From 0d7d1fe00d54726b4ab0a1c38f91213c00eef171 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 03 Jun 2014 11:45:21 -0400 Subject: busybox.pkg/postinst: Add "\n" to /etc/rc.policy. --- diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index 6de6916..b23c6b7 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -7,9 +7,9 @@ if [ "x${1}" = 'xconfigure' ]; then done /etc/rc.policy + printf 'disabled\n' >/etc/rc.policy else - printf 'enabled' >/etc/rc.policy + printf 'enabled\n' >/etc/rc.policy fi fi if [ -f /usr/share/busybox/init-scripts ]; then -- cgit v0.9.1