From: gobo72 Date: Sun, 7 Nov 2010 05:38:30 +0000 (+0000) Subject: Removed executable bit on sourced files X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;ds=sidebyside;h=fc8e13fb0303c69abe0ac9eacf6c604b735287b3;p=hvlinux.git Removed executable bit on sourced files --- diff --git a/stage2/pkg/bzip2 b/stage2/pkg/bzip2 old mode 100755 new mode 100644 diff --git a/stage2/pkg/diffutils b/stage2/pkg/diffutils old mode 100755 new mode 100644 diff --git a/stage2/pkg/findutils b/stage2/pkg/findutils old mode 100755 new mode 100644 diff --git a/stage2/pkg/gdbm b/stage2/pkg/gdbm old mode 100755 new mode 100644 diff --git a/stage2/pkg/groff b/stage2/pkg/groff old mode 100755 new mode 100644 diff --git a/stage2/pkg/gzip b/stage2/pkg/gzip old mode 100755 new mode 100644 diff --git a/stage2/pkg/inetutils b/stage2/pkg/inetutils old mode 100755 new mode 100644 diff --git a/stage2/pkg/kbd b/stage2/pkg/kbd old mode 100755 new mode 100644 diff --git a/stage2/pkg/module-init-tools b/stage2/pkg/module-init-tools old mode 100755 new mode 100644 diff --git a/stage2/pkg/psmisc b/stage2/pkg/psmisc old mode 100755 new mode 100644 diff --git a/stage2/pkg/shadow b/stage2/pkg/shadow old mode 100755 new mode 100644 diff --git a/stage2/pkg/sysklogd b/stage2/pkg/sysklogd old mode 100755 new mode 100644 diff --git a/stage2/pkg/sysvinit b/stage2/pkg/sysvinit old mode 100755 new mode 100644 diff --git a/stage2/pkg/texinfo b/stage2/pkg/texinfo old mode 100755 new mode 100644 diff --git a/stage2/pkg/udev b/stage2/pkg/udev old mode 100755 new mode 100644 diff --git a/stage2/pkg/udev-config b/stage2/pkg/udev-config old mode 100755 new mode 100644 diff --git a/stage2/stage2-additions b/stage2/stage2-additions deleted file mode 100755 index 296857d..0000000 --- a/stage2/stage2-additions +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -LFS_STAGE=stage2 - -export LFS_PKG_DIR="$(dirname $(pwd))/packages/${LFS_STAGE}" -export LFS_LOG_DIR=/var/log/hvlinux-install/${LFS_STAGE} -export LFS_LOG_FILE=${LFS_LOG_DIR}/install.log -export LFS_TMP=/tmp - -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../packages-list -source /etc/profile - -if [ "x${USER}" != "xroot" ]; then - echo "You must be the superuser to install hvlinux." - exit 1 -fi - -init_log_file - -ipkg_ac ${LIBTOOL} -ipkg_cust ${UDEV} cis-udev -ipkg_cust ${UDEV_CONFIG} cis-udev-config - -exit $?