Package: ifupdown-scripts-zg2
Version: 0.2-2
Severity: important

Some of us still run with /usr as a separate filesystem.
These scripts fail under that circumstance.
There are tests like
if [ "$STATEFILE" != "`find $STATEFILE -type f -and -user root -and -group root 
-and -not -perm +0022`" ]; then
Which cannot be run and give confusing error messages during shutdown 
due to /usr being unmounted.
I think
[ -f "$STATEFILE" -a -O "$STATEFILE" -a -G "$STATEFILE" -a "$UID" = "0" ] 
gets everything except non-root writeable.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ifupdown-scripts-zg2 depends on:
ii  debianutils                   2.17.2     Miscellaneous utilities specific t
ii  ifupdown                      0.6.7-0.4  high level tools to configure netw
ii  iproute                       20060323-1 Professional tools to control the 

ifupdown-scripts-zg2 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to