summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.conf
diff options
context:
space:
mode:
authorGary Clark II <gclarkii@FreeBSD.org>1994-12-28 06:55:42 +0000
committerGary Clark II <gclarkii@FreeBSD.org>1994-12-28 06:55:42 +0000
commit9eae0f0b925b2387db2f1718f9d7aa2589ce848e (patch)
treeee057839f9a359db8ba6a18e6bcef4cbb469d33b /adduser/adduser.conf
downloadpw-darwin-9eae0f0b925b2387db2f1718f9d7aa2589ce848e.tar.gz
pw-darwin-9eae0f0b925b2387db2f1718f9d7aa2589ce848e.tar.zst
pw-darwin-9eae0f0b925b2387db2f1718f9d7aa2589ce848e.zip
Adding my adduser command. I only have to add a makefile for it to
be compleate.
Diffstat (limited to 'adduser/adduser.conf')
-rw-r--r--adduser/adduser.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/adduser/adduser.conf b/adduser/adduser.conf
new file mode 100644
index 0000000..59d84d2
--- /dev/null
+++ b/adduser/adduser.conf
@@ -0,0 +1,11 @@
+#
+# Configuration file for adduser (1)
+#
+
+$useautoids = "1"; # Define this if you wish to use auto-increment
+$defgroupid = "20"; # Default ID
+$defusrdir = "\/usr\/u"; # Default User Dir
+$userdefshell = "\/bin\/csh"; # Default user shell
+$skel_location = "\/usr\/share\/skel"; # Location of shell skeletons
+$userids = "\.\/userids"; # Location of 'userids' file
+