Small bugfix: store $uid_start instead hard coded value 1000

in /etc/adduser.conf.
This commit is contained in:
Wolfram Schneider 1997-12-24 11:44:14 +00:00
parent b40d784ebf
commit 86e2983aa5

View file

@ -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