From: mhoellein Date: Wed, 5 Dec 2018 15:08:54 +0000 (+0000) Subject: committing changes in /etc after apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=928d4b04753b2b7bf4d9cc9ccca530b29226d1c5;p=pi-wkg committing changes in /etc after apt run Package changes: +at 3.1.16-1 --- diff --git a/.etckeeper b/.etckeeper index c5c28f0..e6f9098 100755 --- a/.etckeeper +++ b/.etckeeper @@ -157,6 +157,8 @@ maybe chmod 0644 'apt/sources.list.d/lxccu_test.list' maybe chmod 0644 'apt/sources.list.d/raspi.list' maybe chmod 0644 'apt/trusted.gpg' maybe chmod 0755 'apt/trusted.gpg.d' +maybe chgrp 'daemon' 'at.deny' +maybe chmod 0640 'at.deny' maybe chmod 0755 'avahi' maybe chmod 0644 'avahi/avahi-daemon.conf' maybe chmod 0644 'avahi/hosts' @@ -576,6 +578,7 @@ maybe chmod 0755 'init' maybe chmod 0755 'init.d' maybe chmod 0644 'init.d/README' maybe chmod 0755 'init.d/alsa-utils' +maybe chmod 0755 'init.d/atd' maybe chmod 0755 'init.d/avahi-daemon' maybe chmod 0755 'init.d/binfmt-support' maybe chmod 0755 'init.d/bluetooth' @@ -939,6 +942,7 @@ maybe chmod 0644 'openal/alsoft.conf' maybe chmod 0755 'opt' maybe chmod 0644 'pam.conf' maybe chmod 0755 'pam.d' +maybe chmod 0644 'pam.d/atd' maybe chmod 0644 'pam.d/chfn' maybe chmod 0644 'pam.d/chpasswd' maybe chmod 0644 'pam.d/chsh' diff --git a/at.deny b/at.deny new file mode 100644 index 0000000..0d5a382 --- /dev/null +++ b/at.deny @@ -0,0 +1,24 @@ +alias +backup +bin +daemon +ftp +games +gnats +guest +irc +lp +mail +man +nobody +operator +proxy +qmaild +qmaill +qmailp +qmailq +qmailr +qmails +sync +sys +www-data diff --git a/init.d/atd b/init.d/atd new file mode 100755 index 0000000..2e825fc --- /dev/null +++ b/init.d/atd @@ -0,0 +1,48 @@ +#! /bin/sh +### BEGIN INIT INFO +# Provides: atd +# Required-Start: $syslog $time $remote_fs +# Required-Stop: $syslog $time $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Deferred execution scheduler +# Description: Debian init script for the atd deferred executions +# scheduler +### END INIT INFO +# +# Author: Ryan Murray +# + +PATH=/bin:/usr/bin:/sbin:/usr/sbin +DAEMON=/usr/sbin/atd +PIDFILE=/var/run/atd.pid + +test -x $DAEMON || exit 0 + +. /lib/lsb/init-functions + +case "$1" in + start) + log_daemon_msg "Starting deferred execution scheduler" "atd" + start_daemon -p $PIDFILE $DAEMON + log_end_msg $? + ;; + stop) + log_daemon_msg "Stopping deferred execution scheduler" "atd" + killproc -p $PIDFILE $DAEMON + log_end_msg $? + ;; + force-reload|restart) + $0 stop + $0 start + ;; + status) + status_of_proc -p $PIDFILE $DAEMON atd && exit 0 || exit $? + ;; + *) + echo "Usage: /etc/init.d/atd {start|stop|restart|force-reload|status}" + exit 1 + ;; +esac + +exit 0 diff --git a/pam.d/atd b/pam.d/atd new file mode 100644 index 0000000..0036e71 --- /dev/null +++ b/pam.d/atd @@ -0,0 +1,10 @@ +# +# The PAM configuration file for the at daemon +# + +auth required pam_env.so +@include common-auth +@include common-account +session required pam_loginuid.so +@include common-session-noninteractive +session required pam_limits.so diff --git a/rc0.d/K01atd b/rc0.d/K01atd new file mode 120000 index 0000000..8cd7248 --- /dev/null +++ b/rc0.d/K01atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc0.d/K01avahi-daemon b/rc0.d/K01avahi-daemon deleted file mode 120000 index d28b326..0000000 --- a/rc0.d/K01avahi-daemon +++ /dev/null @@ -1 +0,0 @@ -../init.d/avahi-daemon \ No newline at end of file diff --git a/rc0.d/K03avahi-daemon b/rc0.d/K03avahi-daemon new file mode 120000 index 0000000..d28b326 --- /dev/null +++ b/rc0.d/K03avahi-daemon @@ -0,0 +1 @@ +../init.d/avahi-daemon \ No newline at end of file diff --git a/rc0.d/K03sendsigs b/rc0.d/K03sendsigs deleted file mode 120000 index 56bed94..0000000 --- a/rc0.d/K03sendsigs +++ /dev/null @@ -1 +0,0 @@ -../init.d/sendsigs \ No newline at end of file diff --git a/rc0.d/K04rsyslog b/rc0.d/K04rsyslog deleted file mode 120000 index 7000c51..0000000 --- a/rc0.d/K04rsyslog +++ /dev/null @@ -1 +0,0 @@ -../init.d/rsyslog \ No newline at end of file diff --git a/rc0.d/K04sendsigs b/rc0.d/K04sendsigs new file mode 120000 index 0000000..56bed94 --- /dev/null +++ b/rc0.d/K04sendsigs @@ -0,0 +1 @@ +../init.d/sendsigs \ No newline at end of file diff --git a/rc0.d/K05rsyslog b/rc0.d/K05rsyslog new file mode 120000 index 0000000..7000c51 --- /dev/null +++ b/rc0.d/K05rsyslog @@ -0,0 +1 @@ +../init.d/rsyslog \ No newline at end of file diff --git a/rc0.d/K05umountnfs.sh b/rc0.d/K05umountnfs.sh deleted file mode 120000 index c4ed87a..0000000 --- a/rc0.d/K05umountnfs.sh +++ /dev/null @@ -1 +0,0 @@ -../init.d/umountnfs.sh \ No newline at end of file diff --git a/rc0.d/K06nfs-common b/rc0.d/K06nfs-common deleted file mode 120000 index ac8a4b9..0000000 --- a/rc0.d/K06nfs-common +++ /dev/null @@ -1 +0,0 @@ -../init.d/nfs-common \ No newline at end of file diff --git a/rc0.d/K06rpcbind b/rc0.d/K06rpcbind deleted file mode 120000 index 6c52e6f..0000000 --- a/rc0.d/K06rpcbind +++ /dev/null @@ -1 +0,0 @@ -../init.d/rpcbind \ No newline at end of file diff --git a/rc0.d/K06umountnfs.sh b/rc0.d/K06umountnfs.sh new file mode 120000 index 0000000..c4ed87a --- /dev/null +++ b/rc0.d/K06umountnfs.sh @@ -0,0 +1 @@ +../init.d/umountnfs.sh \ No newline at end of file diff --git a/rc0.d/K07hwclock.sh b/rc0.d/K07hwclock.sh deleted file mode 120000 index c2b57ec..0000000 --- a/rc0.d/K07hwclock.sh +++ /dev/null @@ -1 +0,0 @@ -../init.d/hwclock.sh \ No newline at end of file diff --git a/rc0.d/K07networking b/rc0.d/K07networking deleted file mode 120000 index bd5b2c2..0000000 --- a/rc0.d/K07networking +++ /dev/null @@ -1 +0,0 @@ -../init.d/networking \ No newline at end of file diff --git a/rc0.d/K07nfs-common b/rc0.d/K07nfs-common new file mode 120000 index 0000000..ac8a4b9 --- /dev/null +++ b/rc0.d/K07nfs-common @@ -0,0 +1 @@ +../init.d/nfs-common \ No newline at end of file diff --git a/rc0.d/K07rpcbind b/rc0.d/K07rpcbind new file mode 120000 index 0000000..6c52e6f --- /dev/null +++ b/rc0.d/K07rpcbind @@ -0,0 +1 @@ +../init.d/rpcbind \ No newline at end of file diff --git a/rc0.d/K08hwclock.sh b/rc0.d/K08hwclock.sh new file mode 120000 index 0000000..c2b57ec --- /dev/null +++ b/rc0.d/K08hwclock.sh @@ -0,0 +1 @@ +../init.d/hwclock.sh \ No newline at end of file diff --git a/rc0.d/K08networking b/rc0.d/K08networking new file mode 120000 index 0000000..bd5b2c2 --- /dev/null +++ b/rc0.d/K08networking @@ -0,0 +1 @@ +../init.d/networking \ No newline at end of file diff --git a/rc0.d/K08umountfs b/rc0.d/K08umountfs deleted file mode 120000 index d29c125..0000000 --- a/rc0.d/K08umountfs +++ /dev/null @@ -1 +0,0 @@ -../init.d/umountfs \ No newline at end of file diff --git a/rc0.d/K09umountfs b/rc0.d/K09umountfs new file mode 120000 index 0000000..d29c125 --- /dev/null +++ b/rc0.d/K09umountfs @@ -0,0 +1 @@ +../init.d/umountfs \ No newline at end of file diff --git a/rc0.d/K09umountroot b/rc0.d/K09umountroot deleted file mode 120000 index f486c50..0000000 --- a/rc0.d/K09umountroot +++ /dev/null @@ -1 +0,0 @@ -../init.d/umountroot \ No newline at end of file diff --git a/rc0.d/K10halt b/rc0.d/K10halt deleted file mode 120000 index 576e1ef..0000000 --- a/rc0.d/K10halt +++ /dev/null @@ -1 +0,0 @@ -../init.d/halt \ No newline at end of file diff --git a/rc0.d/K10umountroot b/rc0.d/K10umountroot new file mode 120000 index 0000000..f486c50 --- /dev/null +++ b/rc0.d/K10umountroot @@ -0,0 +1 @@ +../init.d/umountroot \ No newline at end of file diff --git a/rc0.d/K11halt b/rc0.d/K11halt new file mode 120000 index 0000000..576e1ef --- /dev/null +++ b/rc0.d/K11halt @@ -0,0 +1 @@ +../init.d/halt \ No newline at end of file diff --git a/rc1.d/K01atd b/rc1.d/K01atd new file mode 120000 index 0000000..8cd7248 --- /dev/null +++ b/rc1.d/K01atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc1.d/K01avahi-daemon b/rc1.d/K01avahi-daemon deleted file mode 120000 index d28b326..0000000 --- a/rc1.d/K01avahi-daemon +++ /dev/null @@ -1 +0,0 @@ -../init.d/avahi-daemon \ No newline at end of file diff --git a/rc1.d/K03avahi-daemon b/rc1.d/K03avahi-daemon new file mode 120000 index 0000000..d28b326 --- /dev/null +++ b/rc1.d/K03avahi-daemon @@ -0,0 +1 @@ +../init.d/avahi-daemon \ No newline at end of file diff --git a/rc1.d/K04rsyslog b/rc1.d/K04rsyslog deleted file mode 120000 index 7000c51..0000000 --- a/rc1.d/K04rsyslog +++ /dev/null @@ -1 +0,0 @@ -../init.d/rsyslog \ No newline at end of file diff --git a/rc1.d/K05rsyslog b/rc1.d/K05rsyslog new file mode 120000 index 0000000..7000c51 --- /dev/null +++ b/rc1.d/K05rsyslog @@ -0,0 +1 @@ +../init.d/rsyslog \ No newline at end of file diff --git a/rc1.d/K06nfs-common b/rc1.d/K06nfs-common deleted file mode 120000 index ac8a4b9..0000000 --- a/rc1.d/K06nfs-common +++ /dev/null @@ -1 +0,0 @@ -../init.d/nfs-common \ No newline at end of file diff --git a/rc1.d/K06rpcbind b/rc1.d/K06rpcbind deleted file mode 120000 index 6c52e6f..0000000 --- a/rc1.d/K06rpcbind +++ /dev/null @@ -1 +0,0 @@ -../init.d/rpcbind \ No newline at end of file diff --git a/rc1.d/K07nfs-common b/rc1.d/K07nfs-common new file mode 120000 index 0000000..ac8a4b9 --- /dev/null +++ b/rc1.d/K07nfs-common @@ -0,0 +1 @@ +../init.d/nfs-common \ No newline at end of file diff --git a/rc1.d/K07rpcbind b/rc1.d/K07rpcbind new file mode 120000 index 0000000..6c52e6f --- /dev/null +++ b/rc1.d/K07rpcbind @@ -0,0 +1 @@ +../init.d/rpcbind \ No newline at end of file diff --git a/rc2.d/S02atd b/rc2.d/S02atd new file mode 120000 index 0000000..8cd7248 --- /dev/null +++ b/rc2.d/S02atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc3.d/S02atd b/rc3.d/S02atd new file mode 120000 index 0000000..8cd7248 --- /dev/null +++ b/rc3.d/S02atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc4.d/S02atd b/rc4.d/S02atd new file mode 120000 index 0000000..8cd7248 --- /dev/null +++ b/rc4.d/S02atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc5.d/S02atd b/rc5.d/S02atd new file mode 120000 index 0000000..8cd7248 --- /dev/null +++ b/rc5.d/S02atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc6.d/K01atd b/rc6.d/K01atd new file mode 120000 index 0000000..8cd7248 --- /dev/null +++ b/rc6.d/K01atd @@ -0,0 +1 @@ +../init.d/atd \ No newline at end of file diff --git a/rc6.d/K01avahi-daemon b/rc6.d/K01avahi-daemon deleted file mode 120000 index d28b326..0000000 --- a/rc6.d/K01avahi-daemon +++ /dev/null @@ -1 +0,0 @@ -../init.d/avahi-daemon \ No newline at end of file diff --git a/rc6.d/K03avahi-daemon b/rc6.d/K03avahi-daemon new file mode 120000 index 0000000..d28b326 --- /dev/null +++ b/rc6.d/K03avahi-daemon @@ -0,0 +1 @@ +../init.d/avahi-daemon \ No newline at end of file diff --git a/rc6.d/K03sendsigs b/rc6.d/K03sendsigs deleted file mode 120000 index 56bed94..0000000 --- a/rc6.d/K03sendsigs +++ /dev/null @@ -1 +0,0 @@ -../init.d/sendsigs \ No newline at end of file diff --git a/rc6.d/K04rsyslog b/rc6.d/K04rsyslog deleted file mode 120000 index 7000c51..0000000 --- a/rc6.d/K04rsyslog +++ /dev/null @@ -1 +0,0 @@ -../init.d/rsyslog \ No newline at end of file diff --git a/rc6.d/K04sendsigs b/rc6.d/K04sendsigs new file mode 120000 index 0000000..56bed94 --- /dev/null +++ b/rc6.d/K04sendsigs @@ -0,0 +1 @@ +../init.d/sendsigs \ No newline at end of file diff --git a/rc6.d/K05rsyslog b/rc6.d/K05rsyslog new file mode 120000 index 0000000..7000c51 --- /dev/null +++ b/rc6.d/K05rsyslog @@ -0,0 +1 @@ +../init.d/rsyslog \ No newline at end of file diff --git a/rc6.d/K05umountnfs.sh b/rc6.d/K05umountnfs.sh deleted file mode 120000 index c4ed87a..0000000 --- a/rc6.d/K05umountnfs.sh +++ /dev/null @@ -1 +0,0 @@ -../init.d/umountnfs.sh \ No newline at end of file diff --git a/rc6.d/K06nfs-common b/rc6.d/K06nfs-common deleted file mode 120000 index ac8a4b9..0000000 --- a/rc6.d/K06nfs-common +++ /dev/null @@ -1 +0,0 @@ -../init.d/nfs-common \ No newline at end of file diff --git a/rc6.d/K06rpcbind b/rc6.d/K06rpcbind deleted file mode 120000 index 6c52e6f..0000000 --- a/rc6.d/K06rpcbind +++ /dev/null @@ -1 +0,0 @@ -../init.d/rpcbind \ No newline at end of file diff --git a/rc6.d/K06umountnfs.sh b/rc6.d/K06umountnfs.sh new file mode 120000 index 0000000..c4ed87a --- /dev/null +++ b/rc6.d/K06umountnfs.sh @@ -0,0 +1 @@ +../init.d/umountnfs.sh \ No newline at end of file diff --git a/rc6.d/K07hwclock.sh b/rc6.d/K07hwclock.sh deleted file mode 120000 index c2b57ec..0000000 --- a/rc6.d/K07hwclock.sh +++ /dev/null @@ -1 +0,0 @@ -../init.d/hwclock.sh \ No newline at end of file diff --git a/rc6.d/K07networking b/rc6.d/K07networking deleted file mode 120000 index bd5b2c2..0000000 --- a/rc6.d/K07networking +++ /dev/null @@ -1 +0,0 @@ -../init.d/networking \ No newline at end of file diff --git a/rc6.d/K07nfs-common b/rc6.d/K07nfs-common new file mode 120000 index 0000000..ac8a4b9 --- /dev/null +++ b/rc6.d/K07nfs-common @@ -0,0 +1 @@ +../init.d/nfs-common \ No newline at end of file diff --git a/rc6.d/K07rpcbind b/rc6.d/K07rpcbind new file mode 120000 index 0000000..6c52e6f --- /dev/null +++ b/rc6.d/K07rpcbind @@ -0,0 +1 @@ +../init.d/rpcbind \ No newline at end of file diff --git a/rc6.d/K08hwclock.sh b/rc6.d/K08hwclock.sh new file mode 120000 index 0000000..c2b57ec --- /dev/null +++ b/rc6.d/K08hwclock.sh @@ -0,0 +1 @@ +../init.d/hwclock.sh \ No newline at end of file diff --git a/rc6.d/K08networking b/rc6.d/K08networking new file mode 120000 index 0000000..bd5b2c2 --- /dev/null +++ b/rc6.d/K08networking @@ -0,0 +1 @@ +../init.d/networking \ No newline at end of file diff --git a/rc6.d/K08umountfs b/rc6.d/K08umountfs deleted file mode 120000 index d29c125..0000000 --- a/rc6.d/K08umountfs +++ /dev/null @@ -1 +0,0 @@ -../init.d/umountfs \ No newline at end of file diff --git a/rc6.d/K09umountfs b/rc6.d/K09umountfs new file mode 120000 index 0000000..d29c125 --- /dev/null +++ b/rc6.d/K09umountfs @@ -0,0 +1 @@ +../init.d/umountfs \ No newline at end of file diff --git a/rc6.d/K09umountroot b/rc6.d/K09umountroot deleted file mode 120000 index f486c50..0000000 --- a/rc6.d/K09umountroot +++ /dev/null @@ -1 +0,0 @@ -../init.d/umountroot \ No newline at end of file diff --git a/rc6.d/K10reboot b/rc6.d/K10reboot deleted file mode 120000 index a28e7a4..0000000 --- a/rc6.d/K10reboot +++ /dev/null @@ -1 +0,0 @@ -../init.d/reboot \ No newline at end of file diff --git a/rc6.d/K10umountroot b/rc6.d/K10umountroot new file mode 120000 index 0000000..f486c50 --- /dev/null +++ b/rc6.d/K10umountroot @@ -0,0 +1 @@ +../init.d/umountroot \ No newline at end of file diff --git a/rc6.d/K11reboot b/rc6.d/K11reboot new file mode 120000 index 0000000..a28e7a4 --- /dev/null +++ b/rc6.d/K11reboot @@ -0,0 +1 @@ +../init.d/reboot \ No newline at end of file diff --git a/systemd/system/multi-user.target.wants/atd.service b/systemd/system/multi-user.target.wants/atd.service new file mode 120000 index 0000000..e225a48 --- /dev/null +++ b/systemd/system/multi-user.target.wants/atd.service @@ -0,0 +1 @@ +/lib/systemd/system/atd.service \ No newline at end of file