17 |
# For instance, this is if you have DJB's daemontools |
# For instance, this is if you have DJB's daemontools |
18 |
-my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail'; |
-my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail'; |
19 |
-my ($startqmail) = '/usr/local/bin/svc -u /service/qmail'; |
-my ($startqmail) = '/usr/local/bin/svc -u /service/qmail'; |
20 |
+#my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail'; |
+#my ($stopqmail) = '/usr/bin/svc -d /service/qmail'; |
21 |
+#my ($startqmail) = '/usr/local/bin/svc -u /service/qmail'; |
+#my ($startqmail) = '/usr/bin/svc -u /service/qmail'; |
22 |
+ |
+ |
23 |
+# For SME server 7 and 8 this is now sv instead of svc |
+# For SME server 7 and 8 this is now sv instead of svc |
24 |
+my ($stopqmail) = '/usr/local/bin/sv -v down qmail'; |
+my ($stopqmail) = '/usr/local/bin/sv -v down qmail'; |