diff options
Diffstat (limited to 'perl-install/standalone/service_harddrake.sh')
-rw-r--r-- | perl-install/standalone/service_harddrake.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index c12bedc31..ce0f10dda 100644 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -18,7 +18,7 @@ SUBSYS=/var/lock/subsys/harddrake case "$1" in start) -# We (mdk) don't support updfstab (yet) +# We (mdk) do not support updfstab (yet) # action "Updating /etc/fstab" /usr/sbin/updfstab gprintf "Checking for new hardware" @@ -29,7 +29,7 @@ case "$1" in else action "" /bin/false fi - # We don't want to run this on random runlevel changes. + # We do not want to run this on random runlevel changes. touch $SUBSYS # [ /etc/modules.conf -nt /lib/modules/$(uname -r)/modules.dep ] && touch /lib/modules/$(uname -r)/modules.dep 2>/dev/null >/dev/null || : & exit $RETVAL |