gentoo-backuppc (BackupPC-4.3.2) | : | gentoo-backuppc (BackupPC-4.4.0) | ||
---|---|---|---|---|
#!/sbin/openrc-run | #!/sbin/openrc-run | |||
# | # | |||
# DESCRIPTION | # DESCRIPTION | |||
# | # | |||
# Startup init script for BackupPC on Gentoo` linux. | # Startup init script for BackupPC on Gentoo` linux. | |||
# | # | |||
# Distributed with BackupPC version 4.3.2, released 17 Feb 2020. | # Distributed with BackupPC version 4.4.0, released 20 Jun 2020. | |||
# | # | |||
# description: Starts and stops the BackupPC server | # description: Starts and stops the BackupPC server | |||
# Copy to /etc/init.d and run 'rc-update add backuppc default' | # Copy to /etc/init.d and run 'rc-update add backuppc default' | |||
# get our configuration options | # get our configuration options | |||
source /etc/conf.d/backuppc | source /etc/conf.d/backuppc | |||
checkconfig() { | checkconfig() { | |||
if [ ! -f ${CONF_FILE} ] ; then | if [ ! -f ${CONF_FILE} ] ; then | |||
eerror "No ${CONF_FILE} exists!" | eerror "No ${CONF_FILE} exists!" | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |