[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, master, updated. debian/0.12-5-g9e1e37c

Andreas B. Mundt andi at debian.org
Fri Jul 19 07:45:28 UTC 2013


The following commit has been merged in the master branch:
commit 9e1e37c30763773091860710732b7c3c60db357b
Author: Andreas B. Mundt <andi at debian.org>
Date:   Fri Jul 19 09:03:08 2013 +0200

    Fix permission problem when executing '/etc/rc.local' manually.

diff --git a/fai/config/files/etc/rc.local/FAISERVER b/fai/config/files/etc/rc.local/FAISERVER
index a7165c4..bc939df 100755
--- a/fai/config/files/etc/rc.local/FAISERVER
+++ b/fai/config/files/etc/rc.local/FAISERVER
@@ -1,9 +1,10 @@
 #! /bin/bash
 
-set -e
-
 ## Setup script run at boot time.
 
+set -e
+umask 0022
+
 ############################
 TIMEOUT=120
 URL="http.debian.net"

-- 
Debian-LAN development and packaging



More information about the debian-lan-devel mailing list