Fwd: Including spaces in adduser command

2009-04-02 Thread Ryan Schmidt
Forwarding to list. Please use Reply All so your reply goes to the list too, not just to me. Anand wrote: 2009/4/2 Ryan Schmidt wrote: On Apr 2, 2009, at 00:39, Bryan Blackburn wrote: On Thu, Apr 02, 2009 at 01:43:45AM +0200, Rainer Müller said: Fixed in r49013 [1] and merged back to r

Re: Including spaces in adduser command

2009-04-02 Thread Ryan Schmidt
On Apr 2, 2009, at 07:11, Jeremy Lavergne wrote: On Apr 2, 2009, at 5:25 AM, Ryan Schmidt wrote: By all means! :) Maybe not just yet, since we just had 1.7.1. I should think that shouldn't stop us from releasing important updates. I suppose not. There were a few changes I wanted to merg

Re: Including spaces in adduser command

2009-04-02 Thread Rainer Müller
On 2009-04-02 07:39, Bryan Blackburn wrote: > On Thu, Apr 02, 2009 at 01:43:45AM +0200, Rainer Müller said: >> Fixed in r49013 [1] and merged back to release_1_7 in r49014 [2]. > > Does that mean we'll be having a 1.7.2 at some point? Currently trunk is not yet in a state where we can estimate a

Re: Including spaces in adduser command

2009-04-02 Thread Jeremy Lavergne
I should think that shouldn't stop us from releasing important updates. On Apr 2, 2009, at 5:25 AM, Ryan Schmidt wrote: By all means! :) Maybe not just yet, since we just had 1.7.1. smime.p7s Description: S/MIME cryptographic signature ___ macport

Re: Including spaces in adduser command

2009-04-02 Thread Ryan Schmidt
On Apr 2, 2009, at 00:39, Bryan Blackburn wrote: On Thu, Apr 02, 2009 at 01:43:45AM +0200, Rainer Müller said: Fixed in r49013 [1] and merged back to release_1_7 in r49014 [2]. Does that mean we'll be having a 1.7.2 at some point? By all means! :) Maybe not just yet, since we just had 1.7

Re: Including spaces in adduser command

2009-04-01 Thread Bryan Blackburn
On Thu, Apr 02, 2009 at 01:43:45AM +0200, Rainer Müller said: > On 2009-04-02 01:14, Anand Buddhdev wrote: > > There's a backslash in the RealName field. It does no harm, but it's > > not what I intended, so it smells like a bug to me. Where do I report > > this bug ? > > You already did :-) > >

Re: Including spaces in adduser command

2009-04-01 Thread Rainer Müller
On 2009-04-02 01:14, Anand Buddhdev wrote: > There's a backslash in the RealName field. It does no harm, but it's > not what I intended, so it smells like a bug to me. Where do I report > this bug ? You already did :-) Spaces were explicitly converted, seems to be an old leftover as for as I see

Re: Including spaces in adduser command

2009-04-01 Thread Anand Buddhdev
2009/4/2 Rainer Müller : Hi Jeremy, Rainer, > On 2009-04-02 00:35, Jeremy Lavergne wrote: >>> How can I get adduser to create the account with the string "NSD User" >>> as the real name? Am I missing something obvious? I'm using Macports >>> 1.710. >> >> If it works like I suspect, you might try

Re: Including spaces in adduser command

2009-04-01 Thread Rainer Müller
On 2009-04-02 00:35, Jeremy Lavergne wrote: >> How can I get adduser to create the account with the string "NSD User" >> as the real name? Am I missing something obvious? I'm using Macports >> 1.710. > > If it works like I suspect, you might try using {NSD User}. Close :-) You should use: addu

Re: Including spaces in adduser command

2009-04-01 Thread Jeremy Lavergne
I'm busy testing a Portfile in which I have to use the adduser command to add a user account to the system. My recipe looks like this: post-destroot { addgroup nsd adduser nsd gid=nsd shell=/sbin/nologin home=${prefix}/var/db/nsd realname=NSD User } However, when the account is created on the

Including spaces in adduser command

2009-04-01 Thread Anand Buddhdev
I'm busy testing a Portfile in which I have to use the adduser command to add a user account to the system. My recipe looks like this: post-destroot { addgroup nsd adduser nsd gid=nsd shell=/sbin/nologin home=${prefix}/var/db/nsd realname=NSD User } However, when the account is created on the