[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, master, updated. debian/0.9-13-g711d7d1
Andreas B. Mundt
andi at debian.org
Mon Apr 29 18:33:38 UTC 2013
The following commit has been merged in the master branch:
commit 711d7d1c2cef9739cb06c4f4af741e716bc4864f
Author: Andreas B. Mundt <andi at debian.org>
Date: Mon Apr 29 20:24:04 2013 +0200
Fix forward configuration: No '${target}' in ainsl.
The variable '${target}' was accidentally kept when converting the
cfagent-script to bash.
Thanks to Andreas Schockenhoff for reporting.
diff --git a/fai/config/scripts/SERVER_A/10-misc b/fai/config/scripts/SERVER_A/10-misc
index 141678f..d4f2b81 100755
--- a/fai/config/scripts/SERVER_A/10-misc
+++ b/fai/config/scripts/SERVER_A/10-misc
@@ -74,5 +74,5 @@ auto eth1
iface eth1 inet dhcp
EOF
## Switch on forwarding:
- ainsl -a ${target}/etc/sysctl.d/debian-lan.conf "net.ipv4.ip_forward=1"
+ ainsl -a /etc/sysctl.d/debian-lan.conf "net.ipv4.ip_forward=1"
fi
--
Debian-LAN development and packaging
More information about the debian-lan-devel
mailing list