summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake.sh
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-09 19:51:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-09 19:51:28 +0000
commit50298aee2f64f642fac456bfb23fe695e3ce63b5 (patch)
treedbda7ea0d761bba8d192971a4887d7abe7023833 /perl-install/standalone/service_harddrake.sh
parent87135b36387a91c04b5020fbfeadcfb5f27a1433 (diff)
downloaddrakx-50298aee2f64f642fac456bfb23fe695e3ce63b5.tar
drakx-50298aee2f64f642fac456bfb23fe695e3ce63b5.tar.gz
drakx-50298aee2f64f642fac456bfb23fe695e3ce63b5.tar.bz2
drakx-50298aee2f64f642fac456bfb23fe695e3ce63b5.tar.xz
drakx-50298aee2f64f642fac456bfb23fe695e3ce63b5.zip
- redirect stderr
- remove old commented stuff
Diffstat (limited to 'perl-install/standalone/service_harddrake.sh')
-rw-r--r--perl-install/standalone/service_harddrake.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh
index 1f5541954..476585b17 100644
--- a/perl-install/standalone/service_harddrake.sh
+++ b/perl-install/standalone/service_harddrake.sh
@@ -22,11 +22,7 @@ case "$1" in
# action "Updating /etc/fstab" /usr/sbin/updfstab
gprintf "Checking for new hardware"
- rm -f /var/run/Xconfig
- rm -f /var/run/Xconfig-failed
-
- # Have a 30 second timeout.
- /usr/share/harddrake/service_harddrake
+ /usr/share/harddrake/service_harddrake 2>/dev/null
RETVAL=$?
if [ "$RETVAL" -eq 0 ]; then
action "" /bin/true