linux-backuppc (BackupPC-4.3.2) | : | linux-backuppc (BackupPC-4.4.0) | ||
---|---|---|---|---|
#!/bin/sh | #!/bin/sh | |||
# | # | |||
# DESCRIPTION | # DESCRIPTION | |||
# | # | |||
# Startup init script for BackupPC on Redhat linux. | # Startup init script for BackupPC on Redhat linux. | |||
# | # | |||
# Distributed with BackupPC version 4.3.2, released 17 Feb 2020. | # Distributed with BackupPC version 4.4.0, released 20 Jun 2020. | |||
# | # | |||
# chkconfig: - 91 35 | # chkconfig: - 91 35 | |||
# description: Starts and stops the BackupPC server | # description: Starts and stops the BackupPC server | |||
# Source function library. | # Source function library. | |||
if [ -f /etc/init.d/functions ] ; then | if [ -f /etc/init.d/functions ] ; then | |||
. /etc/init.d/functions | . /etc/init.d/functions | |||
elif [ -f /etc/rc.d/init.d/functions ] ; then | elif [ -f /etc/rc.d/init.d/functions ] ; then | |||
. /etc/rc.d/init.d/functions | . /etc/rc.d/init.d/functions | |||
else | else | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |