From: Elan Ruusamäe Date: Mon, 18 Nov 2013 23:43:20 +0000 (+0200) Subject: shells do not like empty functions X-Git-Tag: auto/th/lxc-0.9.0-6~2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=273f45aa30df3f4218dc8dd768fbee911bb12b01;p=packages%2Flxc.git shells do not like empty functions --- diff --git a/lxc-pld.in.sh b/lxc-pld.in.sh index 30236c1..849af92 100755 --- a/lxc-pld.in.sh +++ b/lxc-pld.in.sh @@ -106,6 +106,9 @@ configure_pld_init() # Setup getty service on the 4 ttys we are going to allow in the # default config. Number should match lxc.tty # sed -i -e 's///' ${rootfs_path}/etc/inittab + + # nothing done here yet + : } configure_pld_systemd()