Re: @newuser question

2009-06-08 Thread Mikolaj Kucharski
On Sun, Jun 07, 2009 at 08:56:26PM -0700, patrick keshishian wrote: > Is there any specific convention for user/group names for ports? The > port I'm making if for a pptp client, should the user/group I choose > reflect the name of the port/package or is _pptp sufficient? Yes, It's good when name

Re: @newuser question

2009-06-07 Thread patrick keshishian
On Sun, Jun 7, 2009 at 8:05 PM, Stuart Henderson wrote: > On 2009/06/07 12:56, patrick keshishian wrote: >> Just trying to see what other ports do with @newuser, it seems that >> some use /nonexistent and some /var/empty for the user's home >> directory. What is the preferred home directory to use

Re: @newuser question

2009-06-07 Thread Stuart Henderson
On 2009/06/07 12:56, patrick keshishian wrote: > Just trying to see what other ports do with @newuser, it seems that > some use /nonexistent and some /var/empty for the user's home > directory. What is the preferred home directory to use for a daemon? imho: usually /nonexistent unless the port has

@newuser question

2009-06-07 Thread patrick keshishian
Hi, Just trying to see what other ports do with @newuser, it seems that some use /nonexistent and some /var/empty for the user's home directory. What is the preferred home directory to use for a daemon? Also, when submitting the port, should a diff of user.list be included? Otherwise, how does on

Re: @newuser question

2006-02-09 Thread Toni Mueller
Hello, On Wed, 08.02.2006 at 16:51:12 +1100, Ian McWilliam <[EMAIL PROTECTED]> wrote: > On 8 Feb 2006, at 12:00 PM, Arnaud Bergeron wrote: > >On 2/7/06, Nikolay Sturm <[EMAIL PROTECTED]> wrote: > >>* Keith Richardson [2006-02-07]: > >>>for the same UID. Are there any reasons *not* to provide the

Re: @newuser question

2006-02-07 Thread Ian McWilliam
On 8 Feb 2006, at 12:00 PM, Arnaud Bergeron wrote: On 2/7/06, Nikolay Sturm <[EMAIL PROTECTED]> wrote: * Keith Richardson [2006-02-07]: for the same UID. Are there any reasons *not* to provide the next-availble UID if the '!' prefix wasn't specified? In a network, having different UIDs for

Re: @newuser question

2006-02-07 Thread Arnaud Bergeron
On 2/7/06, Nikolay Sturm <[EMAIL PROTECTED]> wrote: > * Keith Richardson [2006-02-07]: > > for the same UID. Are there any reasons *not* to provide the > > next-availble UID if the '!' prefix wasn't specified? > > In a network, having different UIDs for the same accounts is just > calling for trou

Re: @newuser question

2006-02-07 Thread Nikolay Sturm
* Keith Richardson [2006-02-07]: > for the same UID. Are there any reasons *not* to provide the > next-availble UID if the '!' prefix wasn't specified? In a network, having different UIDs for the same accounts is just calling for trouble. You really want a deterministic solution there. Nikolay

@newuser question

2006-02-07 Thread Keith Richardson
Hello, pkg_create(1) says I can force a UID by prefixing the desired UID with '!'. That implies that, if the UID is *not* prefixed with '!', the install process will *not* force the UID supplied but, rather, give you some other available UID. Really going out on a limb, I would think that th