summaryrefslogtreecommitdiffstats
path: root/adduser
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-28 13:49:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-28 13:49:55 +0000
commit229b3cb5d126ddb983711efb7d0d7a6456dd8c92 (patch)
tree1a161fc5b980a1bc12dc8d4697c2ba67798dcec1 /adduser
parentfeae907432cbb7c9243e8621cd347bd47043ba5d (diff)
downloadpw-darwin-229b3cb5d126ddb983711efb7d0d7a6456dd8c92.tar.gz
pw-darwin-229b3cb5d126ddb983711efb7d0d7a6456dd8c92.tar.zst
pw-darwin-229b3cb5d126ddb983711efb7d0d7a6456dd8c92.zip
Fix configfile path
Diffstat (limited to 'adduser')
-rw-r--r--adduser/adduser5
1 files changed, 2 insertions, 3 deletions
diff --git a/adduser/adduser b/adduser/adduser
index d8e590e..6cf1590 100644
--- a/adduser/adduser
+++ b/adduser/adduser
@@ -25,11 +25,10 @@
# SUCH DAMAGE.
#
-# $Id:$
+# $Id: adduser,v 1.2 1994/12/28 07:11:28 gclarkii Exp $
#
-#$configfile = "\/etc\/adduser.conf";
-$configfile = "\.\/adduser.conf";
+$configfile = "\/etc\/adduser.conf";
if (-f $configfile) {
open (CONFIG, "$configfile");