Updated CVS_README
[BackupPC.git] / init.d / README
index 4aee97b..deee880 100644 (file)
@@ -41,7 +41,10 @@ Suse Linux:
 
 When configure.pl is run, the script suse-backuppc is created.
 
-(Can a Suse user add some instructions here??)
+Using Suse 9.0 "chkconfig --level" doesn't work, so you should run:
+
+    chkconfig backuppc 345
+    chkconfig --list backuppc
 
 Gentoo Linux:
 ============
@@ -64,6 +67,18 @@ start automatically at boot (at the default run level):
 
     rc-update add backuppc default
 
+Slackware:
+=========
+
+When configure.pl is run, the script slackware-backuppc is created.
+
+Install it by running these commands as root:
+
+    cp slackware-backuppc /etc/rc.d/rc.backuppc
+    chmod 755 /etc/rc.d/rc.backuppc
+
+then use an editor to add /etc/rc.d/rc.backuppc to /etc/rc.d/rc.local
+
 Solaris:
 =======