From 57f175ae5f51376c2657a2b733388eada6296931 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 02 Jun 2014 23:18:23 -0400 Subject: Make most of the /etc/rc.d/ links at install time. --- (limited to 'busybox.pkg') diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index d74c331..99b8006 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -5,6 +5,11 @@ if [ "x${1}" = 'xconfigure' ]; then update-alternatives --install "${link}" "${name}" \ "${link}.busybox" "${prio}" done /etc/network/interfaces printf 'auto lo\niface lo inet loopback\n\n' >&3 -- cgit v0.9.1