summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.perl
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-12-24 11:44:14 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-12-24 11:44:14 +0000
commit6e98e4d7200bf5738046bc54a21b72413bb969b8 (patch)
tree02b84cb88d42b5ccc8f24efa1c4ae4ebbbbea7dd /adduser/adduser.perl
parent7f8127631e1bac29c415232d7aeca785fa8ec628 (diff)
downloadpw-darwin-6e98e4d7200bf5738046bc54a21b72413bb969b8.tar.gz
pw-darwin-6e98e4d7200bf5738046bc54a21b72413bb969b8.tar.zst
pw-darwin-6e98e4d7200bf5738046bc54a21b72413bb969b8.zip
Small bugfix: store $uid_start instead hard coded value 1000
in /etc/adduser.conf.
Diffstat (limited to 'adduser/adduser.perl')
-rw-r--r--adduser/adduser.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/adduser/adduser.perl b/adduser/adduser.perl
index 56482b9..6730476 100644
--- a/adduser/adduser.perl
+++ b/adduser/adduser.perl
@@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: adduser.perl,v 1.36 1997/09/20 18:26:22 wosch Exp $
+# $Id: adduser.perl,v 1.37 1997/09/20 19:59:54 wosch Exp $
# read variables
@@ -1370,7 +1370,7 @@ defaultgroup = $defaultgroup
defaultclass = "$defaultclass"
# new users get this uid (1000)
-uid_start = 1000
+uid_start = "$uid_start"
$do_not_delete
## your own variables, see /etc/adduser.message