PN: init-ifupdown
PV: 1.0
PR: r7
PKGV: 1.0
PKGR: r7
LICENSE: GPLv2
DESCRIPTION: This package provides high level tools to configure network interfaces
SUMMARY: Basic TCP/IP networking init scripts and configuration files
RDEPENDS_init-ifupdown: netbase
RRECOMMENDS_init-ifupdown: init-ifupdown-lic update-rc.d
RCONFLICTS_init-ifupdown: netbase (< 1:5.0)
SECTION: base
PKG_init-ifupdown: init-ifupdown
FILES_init-ifupdown: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev /usr/lib/udev /lib/udev /usr/lib/udev /usr/share/init-ifupdown /usr/lib/init-ifupdown/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers
CONFFILES_init-ifupdown: /etc/network/interfaces
pkg_postinst_init-ifupdown: #!/bin/sh\n# Begin section update-rc.d\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT networking start 01 2 3 4 5 . stop 80 0 6 1 .\nfi\n# End section update-rc.d\n
pkg_postrm_init-ifupdown: #!/bin/sh\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT networking remove\nfi\n
pkg_preinst_init-ifupdown: #!/bin/sh\nif true && [ -z "$D" -a -f "/etc/init.d/networking" ]; then\n\t/etc/init.d/networking stop || :\nfi\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT networking remove\nfi\n
pkg_prerm_init-ifupdown: #!/bin/sh\n# Begin section update-rc.d\nif true && [ -z "$D" -a -x "/etc/init.d/networking" ]; then\n\t/etc/init.d/networking stop || :\nfi\n# End section update-rc.d\n
FILES_INFO: {"/etc/network/if-pre-up.d/nfsroot": 809, "/etc/init.d/networking": 1956, "/etc/network/interfaces": 615}
FILERDEPENDSFLIST_init-ifupdown: /etc/init.d/networking /etc/network/if-pre-up.d/nfsroot
FILERDEPENDS_/etc/init.d/networking_init-ifupdown: /bin/sh
FILERDEPENDS_/etc/network/if-pre-up.d/nfsroot_init-ifupdown: /bin/sh
PKGSIZE_init-ifupdown: 3380
