]> git.hoellein.online Git - pi-wkg/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@freenet.de>
Wed, 5 Dec 2018 15:08:54 +0000 (15:08 +0000)
committermhoellein <mhoellein@freenet.de>
Wed, 5 Dec 2018 15:08:54 +0000 (15:08 +0000)
Package changes:
+at 3.1.16-1

64 files changed:
.etckeeper
at.deny [new file with mode: 0644]
init.d/atd [new file with mode: 0755]
pam.d/atd [new file with mode: 0644]
rc0.d/K01atd [new symlink]
rc0.d/K01avahi-daemon [deleted symlink]
rc0.d/K03avahi-daemon [new symlink]
rc0.d/K03sendsigs [deleted symlink]
rc0.d/K04rsyslog [deleted symlink]
rc0.d/K04sendsigs [new symlink]
rc0.d/K05rsyslog [new symlink]
rc0.d/K05umountnfs.sh [deleted symlink]
rc0.d/K06nfs-common [deleted symlink]
rc0.d/K06rpcbind [deleted symlink]
rc0.d/K06umountnfs.sh [new symlink]
rc0.d/K07hwclock.sh [deleted symlink]
rc0.d/K07networking [deleted symlink]
rc0.d/K07nfs-common [new symlink]
rc0.d/K07rpcbind [new symlink]
rc0.d/K08hwclock.sh [new symlink]
rc0.d/K08networking [new symlink]
rc0.d/K08umountfs [deleted symlink]
rc0.d/K09umountfs [new symlink]
rc0.d/K09umountroot [deleted symlink]
rc0.d/K10halt [deleted symlink]
rc0.d/K10umountroot [new symlink]
rc0.d/K11halt [new symlink]
rc1.d/K01atd [new symlink]
rc1.d/K01avahi-daemon [deleted symlink]
rc1.d/K03avahi-daemon [new symlink]
rc1.d/K04rsyslog [deleted symlink]
rc1.d/K05rsyslog [new symlink]
rc1.d/K06nfs-common [deleted symlink]
rc1.d/K06rpcbind [deleted symlink]
rc1.d/K07nfs-common [new symlink]
rc1.d/K07rpcbind [new symlink]
rc2.d/S02atd [new symlink]
rc3.d/S02atd [new symlink]
rc4.d/S02atd [new symlink]
rc5.d/S02atd [new symlink]
rc6.d/K01atd [new symlink]
rc6.d/K01avahi-daemon [deleted symlink]
rc6.d/K03avahi-daemon [new symlink]
rc6.d/K03sendsigs [deleted symlink]
rc6.d/K04rsyslog [deleted symlink]
rc6.d/K04sendsigs [new symlink]
rc6.d/K05rsyslog [new symlink]
rc6.d/K05umountnfs.sh [deleted symlink]
rc6.d/K06nfs-common [deleted symlink]
rc6.d/K06rpcbind [deleted symlink]
rc6.d/K06umountnfs.sh [new symlink]
rc6.d/K07hwclock.sh [deleted symlink]
rc6.d/K07networking [deleted symlink]
rc6.d/K07nfs-common [new symlink]
rc6.d/K07rpcbind [new symlink]
rc6.d/K08hwclock.sh [new symlink]
rc6.d/K08networking [new symlink]
rc6.d/K08umountfs [deleted symlink]
rc6.d/K09umountfs [new symlink]
rc6.d/K09umountroot [deleted symlink]
rc6.d/K10reboot [deleted symlink]
rc6.d/K10umountroot [new symlink]
rc6.d/K11reboot [new symlink]
systemd/system/multi-user.target.wants/atd.service [new symlink]

index c5c28f02e06449bd22c7bece290fdf182e7fe4ad..e6f9098439c044c9fc19204de523bcd945b34533 100755 (executable)
@@ -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 (file)
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 (executable)
index 0000000..2e825fc
--- /dev/null
@@ -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 <rmurray@debian.org>
+#
+
+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 (file)
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 (symlink)
index 0000000..8cd7248
--- /dev/null
@@ -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 (symlink)
index d28b326..0000000
+++ /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 (symlink)
index 0000000..d28b326
--- /dev/null
@@ -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 (symlink)
index 56bed94..0000000
+++ /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 (symlink)
index 7000c51..0000000
+++ /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 (symlink)
index 0000000..56bed94
--- /dev/null
@@ -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 (symlink)
index 0000000..7000c51
--- /dev/null
@@ -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 (symlink)
index c4ed87a..0000000
+++ /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 (symlink)
index ac8a4b9..0000000
+++ /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 (symlink)
index 6c52e6f..0000000
+++ /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 (symlink)
index 0000000..c4ed87a
--- /dev/null
@@ -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 (symlink)
index c2b57ec..0000000
+++ /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 (symlink)
index bd5b2c2..0000000
+++ /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 (symlink)
index 0000000..ac8a4b9
--- /dev/null
@@ -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 (symlink)
index 0000000..6c52e6f
--- /dev/null
@@ -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 (symlink)
index 0000000..c2b57ec
--- /dev/null
@@ -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 (symlink)
index 0000000..bd5b2c2
--- /dev/null
@@ -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 (symlink)
index d29c125..0000000
+++ /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 (symlink)
index 0000000..d29c125
--- /dev/null
@@ -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 (symlink)
index f486c50..0000000
+++ /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 (symlink)
index 576e1ef..0000000
+++ /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 (symlink)
index 0000000..f486c50
--- /dev/null
@@ -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 (symlink)
index 0000000..576e1ef
--- /dev/null
@@ -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 (symlink)
index 0000000..8cd7248
--- /dev/null
@@ -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 (symlink)
index d28b326..0000000
+++ /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 (symlink)
index 0000000..d28b326
--- /dev/null
@@ -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 (symlink)
index 7000c51..0000000
+++ /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 (symlink)
index 0000000..7000c51
--- /dev/null
@@ -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 (symlink)
index ac8a4b9..0000000
+++ /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 (symlink)
index 6c52e6f..0000000
+++ /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 (symlink)
index 0000000..ac8a4b9
--- /dev/null
@@ -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 (symlink)
index 0000000..6c52e6f
--- /dev/null
@@ -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 (symlink)
index 0000000..8cd7248
--- /dev/null
@@ -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 (symlink)
index 0000000..8cd7248
--- /dev/null
@@ -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 (symlink)
index 0000000..8cd7248
--- /dev/null
@@ -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 (symlink)
index 0000000..8cd7248
--- /dev/null
@@ -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 (symlink)
index 0000000..8cd7248
--- /dev/null
@@ -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 (symlink)
index d28b326..0000000
+++ /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 (symlink)
index 0000000..d28b326
--- /dev/null
@@ -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 (symlink)
index 56bed94..0000000
+++ /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 (symlink)
index 7000c51..0000000
+++ /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 (symlink)
index 0000000..56bed94
--- /dev/null
@@ -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 (symlink)
index 0000000..7000c51
--- /dev/null
@@ -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 (symlink)
index c4ed87a..0000000
+++ /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 (symlink)
index ac8a4b9..0000000
+++ /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 (symlink)
index 6c52e6f..0000000
+++ /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 (symlink)
index 0000000..c4ed87a
--- /dev/null
@@ -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 (symlink)
index c2b57ec..0000000
+++ /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 (symlink)
index bd5b2c2..0000000
+++ /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 (symlink)
index 0000000..ac8a4b9
--- /dev/null
@@ -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 (symlink)
index 0000000..6c52e6f
--- /dev/null
@@ -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 (symlink)
index 0000000..c2b57ec
--- /dev/null
@@ -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 (symlink)
index 0000000..bd5b2c2
--- /dev/null
@@ -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 (symlink)
index d29c125..0000000
+++ /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 (symlink)
index 0000000..d29c125
--- /dev/null
@@ -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 (symlink)
index f486c50..0000000
+++ /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 (symlink)
index a28e7a4..0000000
+++ /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 (symlink)
index 0000000..f486c50
--- /dev/null
@@ -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 (symlink)
index 0000000..a28e7a4
--- /dev/null
@@ -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 (symlink)
index 0000000..e225a48
--- /dev/null
@@ -0,0 +1 @@
+/lib/systemd/system/atd.service
\ No newline at end of file