/etc/init.d/rc.local:# Provides: rc.local
/etc/init.d/rc.local:# Short-Description: Run /etc/rc.local if it exist
/etc/init.d/rc.local: if [ -x /etc/rc.local ]; then
/etc/init.d/rc.local: [ "$VERBOSE" != no ] && log_begin_msg "Running local boot scripts (/etc/rc.local)"
/etc/init.d/rc.local: /etc/rc.local
cd /var/lib/dpkg
cp status status.back
cp available available.back
sed 's/Version: 3.0.12-54655_Debian_lenny/Version: 3.0.12-54655/' < status.back > status
sed 's/Version: 3.0.12-54655_Debian_lenny/Version: 3.0.12-54655/' < available.back > available
#! /bin/sh
### BEGIN INIT INFO
# Provides: smfpd
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Example initscript
# Description: This file should be used to construct scripts to be
# placed in /etc/init.d.
### END INIT INFO