]> arthur.barton.de Git - netatalk.git/commitdiff
Whoops. OpenBSD should use lsof.
authorjmarcus <jmarcus>
Thu, 12 Sep 2002 20:25:27 +0000 (20:25 +0000)
committerjmarcus <jmarcus>
Thu, 12 Sep 2002 20:25:27 +0000 (20:25 +0000)
contrib/macusers/macusers.in

index c8ed07163b9396a3e633112f049d493a6059b029..4796e8cc4d0da8a64d59dbc6ddfff0630e5d2c75 100644 (file)
@@ -31,7 +31,7 @@ $ASIP_PORT_NO = 548;
 $LSOF = 1;
 my %mac = ();
 
-if ($^O eq "freebsd" || $^O eq "openbsd") {
+if ($^O eq "freebsd") {
         open(SOCKSTAT, "sockstat -4 | grep $MAC_PROCESS | grep -v grep |");
 
         while (<SOCKSTAT>) {