Patch for autofs sysv init script

Dax Kelson yellowdog-general@lists.terrasoftsolutions.com
Mon Apr 22 21:17:01 2002


/etc/init.d/autofs

Near the top, you'll find this line:

elif [ -f /etc/redhat-release ]; then

To work on Yellow Dog Linux (based on RHL), it should be this:

elif [ -f /etc/redhat-release -o -f /etc/yellowdog-release ]; then

Dax Kelson
Guru Labs