2015-12-14 16:26:31 -08:00
|
|
|
sbin/ifupdown2 /usr/share/ifupdown2/
|
2016-04-19 15:46:09 -07:00
|
|
|
sbin/start-networking /usr/share/ifupdown2/sbin/
|
Fix incorrect install location of networking default file
Ticket: none
Reviewed By: roopa,satish
Testing Done: built, installed, verified correct location
The install file resulted in creating /etc/default/networking/ as a
directory and installing the networking.default file in it. Rename
networking.default to networking, and change the install file.
Normally dh_installinit handles all this, but since the package is
ifupdown2, and the file is networking, that doesn't happen.
Also, because we had created a directory with the name of what we want
to install as a file, we need to remove it if it exists. This addition
of a preinst file should not go upstream, and should be removed in a few
weeks when everybody has re-installed enough.
2016-02-19 13:14:55 -08:00
|
|
|
debian/networking /etc/default/
|