diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2006-09-05 08:43:55 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2006-09-05 08:43:55 +0000 |
commit | 1518b71b8135f75524e1db4adcef7c2e9c8a7f62 (patch) | |
tree | eed70c9a961236024868ae058e875011b26acd71 | |
parent | 2e4321a18b751cf9e533a34163e14e93d05de4d3 (diff) | |
download | rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.tar rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.tar.gz rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.tar.bz2 rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.tar.xz rpm-helper-1518b71b8135f75524e1db4adcef7c2e9c8a7f62.zip |
oops, fixed previous commit
-rwxr-xr-x | del-webapp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ if [ $num = 0 ]; then # uninstallation: restart web server if running, # a there is one less configuration file /sbin/service httpd condrestart - ] + fi else # update: just reload web server if running, # as the number of configuration files didn't change |