Move adduser configuration files here

This commit is contained in:
Andrey A. Chernov 1994-12-28 13:45:47 +00:00
parent 0cd388e6aa
commit 59f2357c5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5268
2 changed files with 13 additions and 0 deletions

12
etc/adduser.conf Normal file
View File

@ -0,0 +1,12 @@
#
# Configuration file for adduser (1)
#
# $Id: adduser.conf,v 1.2 1994/12/28 07:11:29 gclarkii Exp $
$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 = "\/etc\/userids"; # Location of 'userids' file

1
etc/userids Normal file
View File

@ -0,0 +1 @@
515