mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
Small bugfix: store $uid_start instead hard coded value 1000
in /etc/adduser.conf.
This commit is contained in:
parent
b40d784ebf
commit
86e2983aa5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue