Le jeudi 25 novembre 2004 à 23:40 +0100, Patrice Dumas a écrit :
> Hi,
> 
> There seems to be old/strange stuff in configure.in. Don't you think we 
> should:
> 
> - remove CONFDIR
> - remove the check for route, ifconfig and pidof
> - the check for sbin in root path (root should never run ./configure anyway)
> - the additional path in AC_CHECK_PROG when it is
> "/bin:/usr/bin:/usr/local/bin"
> - the test of /etc/sysconfig/network-scripts in the test of IFUPDOWN.
hum Tux ?

> What is the issue with space in the build path ??
path are not between quotes so that commands that copy from directory to
another do not work correctly.
cp /home/baud123/directory with spaces/file $DESTINATION
does not work, when cp "/home/baud123/directory with spaces/file"
$DESTINATION would work...

and it's *real* bad habit to have spaces in directory names (and
filename)
some people create a directory /home/fool/Desktop/My Documents/ I still
cannot understand the reasons why :-(

@++
Ben'. aka baud123


Reply via email to