On Mon, Feb 04, 2002 at 08:16:40PM +0100, Fabrice FACORAT wrote: > [..] > 2�/ in /usr/sbin/adsl-start line 42 ther's an error : > # Must be root > if [ "`/bin/id -u`" != 0 ] ; then > > should be : > # Must be root > if [ "`/usr/bin/id -u`" != 0 ] ; then > > > because id is located under /usr/bin
"id" has been moved to /bin lately .. have a look at the sh-utils' changelog .. Christian -- "Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." - Linus Torvalds
