Brian, I think it's better to rename the service inside the files /etc/init.d/systemimager-server*. Some distributions (e.g. SuSE) don't seem to support spaces in the "Provides" attribute and returns some errors using chkconfig. At this point I think it's better to use a common notation for the names as following.
Bernard has successfully tested it in RH, I tested it in SuSE and it shouldn't break anything in other distro. What do you think? Cheers, -Andrea Index: etc/init.d/systemimager-server-netbootmond =================================================================== --- etc/init.d/systemimager-server-netbootmond (revision 3619) +++ etc/init.d/systemimager-server-netbootmond (working copy) @@ -14,7 +14,7 @@ # # Support for LSB compliant init system: ### BEGIN INIT INFO -# Provides: si_netbootmond +# Provides: systemimager-server-netbootmond # Required-Start: $network $syslog # Required-Stop: # Default-Start: 3 5 Index: etc/init.d/systemimager-server-monitord =================================================================== --- etc/init.d/systemimager-server-monitord (revision 3619) +++ etc/init.d/systemimager-server-monitord (working copy) @@ -11,7 +11,7 @@ # # Support for LSB compliant init system: ### BEGIN INIT INFO -# Provides: si_monitor +# Provides: systemimager-server-monitord # Required-Start: $network # Required-Stop: # Default-Start: 3 5 Index: etc/init.d/systemimager-server-bittorrent =================================================================== --- etc/init.d/systemimager-server-bittorrent (revision 3619) +++ etc/init.d/systemimager-server-bittorrent (working copy) @@ -11,8 +11,8 @@ # # Support for LSB compliant init system: ### BEGIN INIT INFO -# Provides: "BitTorrent for SystemImager" -# Required-Start: $network +# Provides: systemimager-server-bittorrent +# Required-Start: $network systemimager-server-rsyncd # Required-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6 Index: etc/init.d/systemimager-server-rsyncd =================================================================== --- etc/init.d/systemimager-server-rsyncd (revision 3619) +++ etc/init.d/systemimager-server-rsyncd (working copy) @@ -17,7 +17,7 @@ # # Support for LSB compliant init system: ### BEGIN INIT INFO -# Provides: systemimager +# Provides: systemimager-server-rsyncd # Required-Start: $network $syslog # Required-Stop: # Default-Start: 3 5 Index: etc/init.d/systemimager-server-flamethrowerd =================================================================== --- etc/init.d/systemimager-server-flamethrowerd (revision 3619) +++ etc/init.d/systemimager-server-flamethrowerd (working copy) @@ -15,7 +15,7 @@ # # Support for LSB compliant init system: ### BEGIN INIT INFO -# Provides: "flamethrowerd for SystemImager" +# Provides: systemimager-server-flamethrowerd # Required-Start: $network $syslog # Required-Stop: # Default-Start: 3 5 _______________________________________________ Sisuite-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
