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>
1 file changed