Subject: Re: [NetBSD 3-0-RC1] /bin/ksh - Tilde Expansion
To: None <netbsd-users@netbsd.org>
From: Petar Bogdanovic <p+netbsd@2005.smokva.net>
List: netbsd-users
Date: 11/30/2005 23:43:51
Solved! Sorry for the circumstances.
*******************************
$ useradd -b /home/ -m -s /bin/ksh testuser1
$ useradd -b /home -m -s /bin/ksh testuser2
$ grep testuser /etc/passwd
testuser1:*:1001:100::/home//testuser1:/bin/ksh
testuser2:*:1002:100::/home/testuser2:/bin/ksh
*******************************
Petar Bogdanovic wrote:
> Hi,
>
> (I'm sorry, I wasn't able to test this with 3-0-RC5.)
>
> Is this expected behaviour:
>
> ****************************
> $ echo ~
> /home//petar
> ****************************
> > Additional info:
> > $ uname -a
> > NetBSD phoebe.ipw.unibe.ch 3.0_RC1 (...)
> > $ PD KSH v5.2.14 99/07/13.2
> ****************************
>
> ?
>
> It's different in 2.0.2:
>
> ****************************
> $ echo ~
> /home/petar
> ****************************
> > Additional info:
> > $ uname -a
> > NetBSD mimas.ipw.unibe.ch 2.0.2 (...)
> > $ PD KSH v5.2.14 99/07/13.2
> ****************************
>
>
> (I checked gnats and mail-index but I had no success.)
>
>
> Kind regards,
>
> Petar