The following changes were made:

* Removed ifup manpage - ifup is now provided by ifupdown
  * Modified SRC Makefile to remove references to ifup
This commit is contained in:
2017-03-20 10:49:38 -05:00
parent 419595f9f5
commit 4528155e66
3 changed files with 1 additions and 183 deletions

View File

@@ -28,9 +28,6 @@ files:
install -m 754 etc/init.d/udev $(DESTDIR)/etc/init.d/udev
install -m 754 etc/modules.conf $(DESTDIR)/etc/modules.conf
install -m 754 lib/lsb/init-functions $(DESTDIR)/lib/lsb/init-functions
install -m 754 usr/share/man/man8/ifup.8 \
$(DESTDIR)/usr/share/man/man8/ifup.8
ln -sf ifup.8 $(DESTDIR)/usr/share/man/man8/ifdown.8
rc0:
ln -sfv ../init.d/network $(DESTDIR)/etc/rc0.d/K80network