[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, master, updated. d4b58ec0d18760050dc5e1693b9b52914d4be5b3

Andreas B. Mundt andi.mundt at web.de
Sun Dec 4 18:12:42 UTC 2011


The following commit has been merged in the master branch:
commit d4b58ec0d18760050dc5e1693b9b52914d4be5b3
Author: Andreas B. Mundt <andi.mundt at web.de>
Date:   Sun Dec 4 19:06:55 2011 +0100

    Use english as default locale, comment example for localization.
    Switch on apache's userdir module.

diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes
index 6cde9b6..9113d62 100755
--- a/fai/config/class/50-host-classes
+++ b/fai/config/class/50-host-classes
@@ -35,7 +35,9 @@ case $HOSTNAME in
     mainserver)
 	echo "FAIBASE FAISERVER $MAINSERVER_A" ;;
     workstation*)
-	echo "FAIBASE DHCPC $WORKSTATION_A XORG DESKTOP GERMAN" ;;
+	## You might want to add some localization class like:
+	# echo "FAIBASE DHCPC $WORKSTATION_A XORG DESKTOP GERMAN" ;;
+	echo "FAIBASE DHCPC $WORKSTATION_A XORG DESKTOP" ;;
     *)
 	echo "FAIBASE DHCPC" ;;
 esac
diff --git a/fai/config/scripts/SERVER_A/50-userdir b/fai/config/scripts/SERVER_A/50-userdir
new file mode 100755
index 0000000..c2685c1
--- /dev/null
+++ b/fai/config/scripts/SERVER_A/50-userdir
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+## Switch apache userdir module on:
+$ROOTCMD a2enmod userdir

-- 
Debian-LAN development and packaging



More information about the debian-lan-devel mailing list