From: root Date: Tue, 25 Oct 2016 20:25:44 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=9b100d319c517dd08e44fbfca148262a7421a0b3;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 68a9f58..629386b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2762,6 +2762,7 @@ maybe chmod 0644 'rsyslog.d/60-fb.conf' maybe chmod 0755 'runlevels' maybe chmod 0755 'runlevels/boot' maybe chmod 0755 'runlevels/default' +maybe chmod 0755 'runlevels/nonetwork' maybe chmod 0755 'runlevels/shutdown' maybe chmod 0755 'runlevels/sysinit' maybe chmod 0755 'samba' diff --git a/runlevels/nonetwork/local b/runlevels/nonetwork/local new file mode 120000 index 0000000..ddda14b --- /dev/null +++ b/runlevels/nonetwork/local @@ -0,0 +1 @@ +/etc/init.d/local \ No newline at end of file