Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2000 12:56:07 -0700 (PDT)
From:      Todd Meister <todd@lmi.net>
To:        Steve Abraham <steve@enets.co.uk>
Cc:        questions <questions@FreeBSD.ORG>
Subject:   Re: Quota
Message-ID:  <XFMail.20000711125607.todd@lmi.net>
In-Reply-To: <396B099C.FA264BC4@enets.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11-Jul-2000 Steve Abraham wrote:
> Can anyone recommend the best place to modify the adduser script?  It's
> a good deal more complex than the Linux one I am used to, and I don't
> want to mess anything up.
> 

Looking at the adduser script for FreeBSD 3.4-STABLE from a couple weeks ago, I
would say put it here:

...
            &new_users_passwd_update;  print "Added user ``$name''\n";
            &new_users_sendmessage;
            &adduser_log("$name:*:$u_id:$g_id($group_login):$fullname");
            &home_create($userhome, $name, $group_login);                       
...

This is after line 716, in the new_users subroutine.  Mebbe a routine called
new_users_quota or something.  

I like to add stuff after everything important has been done.  

If I'm on crack, feel free to say.

-Todd


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20000711125607.todd>