From 0dee2e9df0c56fb9508a8a9ba22198fe49a86114 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Aug 2013 16:11:26 +0200 Subject: [PATCH] busybox: fix install script Signed-off-by: Stephan Raue --- packages/sysutils/busybox/install | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/sysutils/busybox/install b/packages/sysutils/busybox/install index 9da8c20090..2c852c5df9 100755 --- a/packages/sysutils/busybox/install +++ b/packages/sysutils/busybox/install @@ -50,7 +50,6 @@ USER_PWD="`$ROOT/$TOOLCHAIN/bin/cryptpw -m sha512 $USER_PASSWORD`" mkdir -p $INSTALL/etc cp $PKG_DIR/config/profile $INSTALL/etc cp $PKG_DIR/config/inputrc $INSTALL/etc - cp $PKG_DIR/config/syslog.conf $INSTALL/etc cp $PKG_DIR/config/httpd.conf $INSTALL/etc echo "chmod 000 $INSTALL/etc/shadow" >> $FAKEROOT_SCRIPT