diff options
author | Colin Smith <colin@pfsense.org> | 2005-07-24 20:02:52 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-07-24 20:02:52 +0000 |
commit | e2c408c401966fb0816ea60d4817544851e72343 (patch) | |
tree | 42fcd4b4798da2cc22395485228771819912ff66 /packages/ntop | |
parent | 301c0c2d6848c5d9e7a39d1a4dc1be497185e925 (diff) | |
download | pfsense-packages-e2c408c401966fb0816ea60d4817544851e72343.tar.gz pfsense-packages-e2c408c401966fb0816ea60d4817544851e72343.tar.bz2 pfsense-packages-e2c408c401966fb0816ea60d4817544851e72343.zip |
restart_service_if_running -> restart_service. This behavior should be a) moved into pkg*.php and b) changeable between restart if running and always restart.
Diffstat (limited to 'packages/ntop')
-rw-r--r-- | packages/ntop/ntop.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml index 161f26af..eb5f3013 100644 --- a/packages/ntop/ntop.xml +++ b/packages/ntop/ntop.xml @@ -80,7 +80,7 @@ "stop" => "/usr/bin/killall ntop" ) ); - restart_service_if_running("ntop"); + restart_service("ntop"); } else { $input_errors[] = "The provided passwords did not match."; } |