suse-backuppc (BackupPC-4.3.2) | : | suse-backuppc (BackupPC-4.4.0) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
# | # | |||
# DESCRIPTION | # DESCRIPTION | |||
# | # | |||
# Startup init script for BackupPC on suse linux. | # Startup init script for BackupPC on suse linux. | |||
# | # | |||
# Distributed with BackupPC version 4.3.2, released 17 Feb 2020. | # Distributed with BackupPC version 4.4.0, released 20 Jun 2020. | |||
# | # | |||
set -e | set -e | |||
# | # | |||
BINDIR=__INSTALLDIR__/bin | BINDIR=__INSTALLDIR__/bin | |||
DATADIR=__TOPDIR__ | DATADIR=__TOPDIR__ | |||
RUNDIR=__RUNDIR__ | RUNDIR=__RUNDIR__ | |||
USER=__BACKUPPCUSER__ | USER=__BACKUPPCUSER__ | |||
# | # | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |