aboutsummaryrefslogtreecommitdiffstats
path: root/add-service
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2009-03-29 17:46:44 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2009-03-29 17:46:44 +0000
commit0fc0ce3e353bba96cb46d1589a3cf1cc2f932209 (patch)
treea5faad09f678466001f40385118e56ac81fccddc /add-service
parentb149acb22b52d39f53b5d45e18779ad16eeee624 (diff)
downloadrpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.tar
rpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.tar.gz
rpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.tar.bz2
rpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.tar.xz
rpm-helper-0fc0ce3e353bba96cb46d1589a3cf1cc2f932209.zip
don't silent stderr output
Diffstat (limited to 'add-service')
-rwxr-xr-xadd-service2
1 files changed, 1 insertions, 1 deletions
diff --git a/add-service b/add-service
index b208ba7..f42907a 100755
--- a/add-service
+++ b/add-service
@@ -84,7 +84,7 @@ else
# restart the service if already running
if [ -f /var/lock/subsys/$srv ]; then
- /sbin/service $srv restart > /dev/null 2>/dev/null || :
+ /sbin/service $srv restart > /dev/null || :
fi
fi