commit | 0ea082ad2e72b6bad15c0e64d8bf2b4e1ee7f11a | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Sep 06 16:42:45 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Sep 06 17:54:16 2010 +0400 |
tree | 1b1b670d0685e942c94a904da76f08c5ef2dc359 | |
parent | 2da942ca98bf44637acac297e12763b9012670c7 [diff] |
debian-add_ip.sh: fixlet for Ubuntu networking In Ubuntu's /etc/init/networking.conf there are the following lines: start on (local-filesystems and stopped udevtrigger) Our templates change it to: start on local-filesystems The problem is after apt-get upgrade this file is recreated and these modifications are lost. We have to take care of fixing it on every IP adding operation. Signed-off-by: Kir Kolyshkin <kir@openvz.org>