Lines Matching refs:etc
53 if [ -f /etc/SuSE-release ]; then
55 suse_version=$(grep 'VERSION = ' /etc/SuSE-release | sed -e s/'VERSION = '//)
56 elif [ -f /etc/UnitedLinux-release ]; then
58 elif [ -f /etc/gentoo-release ]; then
60 elif [ -f /etc/debian_version ]; then
62 elif [ -f /etc/mandrake-release ]; then
64 elif test -f /etc/redhat-release && grep -q "Red Hat" /etc/redhat-release; then
66 elif test -f /etc/fedora-release && grep -q "Fedora" /etc/fedora-release; then
68 elif [ -f /etc/slackware-version -o -f /etc/slamd64-version ]; then
305 if [ -d /etc/modprobe.d ]; then
324 elif [ -e /etc/modules.conf ]; then
326 elif [ -e /etc/conf.modules ]; then
330 touch /etc/modules.conf
508 rcalsasound=/etc/init.d/alsa
509 elif [ -x /etc/rc.d/rc.alsa ]; then
510 rcalsasound=/etc/rc.d/rc.alsa
511 elif [ -x /etc/init.d/alsasound ]; then
512 rcalsasound=/etc/init.d/alsasound
517 elif [ -x /etc/rc.d/init.d/alsasound ]; then
518 rcalsasound=/etc/rc.d/init.d/alsasound
519 elif [ -x /etc/init.d/alsa ]; then
520 rcalsasound=/etc/init.d/alsa