match the system default. snf-server.spec.in: Remove requirement for chkconfig and initscripts. Reason: This requirement is not met in OpenSuse 11.0 x64 (possibly due to a bug in OpenSuse), and chkconfig and initscripts are part of the core distribution. git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@80 233e721a-07f6-49eb-a7da-05e0e16828fcmaster
@@ -16,7 +16,7 @@ | |||
# Should-Start: $time ypbind smtp | |||
# Required-Stop: $syslog $remote_fs | |||
# Should-Stop: $time ypbind smtp | |||
# Default-Start: 3 4 5 | |||
# Default-Start: 3 5 | |||
# Default-Stop: 0 1 2 6 | |||
# Short-Description: SNFServer providing email filtering. | |||
# Description: Start SNFServer to filter email for spam and |
@@ -46,8 +46,6 @@ Source: @PACKAGE_NAME@-@VERSION@.tar.gz | |||
# Dependencies. | |||
Requires(pre): shadow-utils | |||
Requires(post): chkconfig,initscripts | |||
Requires(preun):initscripts,chkconfig | |||
Requires: curl | |||