From fc8e13fb0303c69abe0ac9eacf6c604b735287b3 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sun, 7 Nov 2010 05:38:30 +0000 Subject: [PATCH] Removed executable bit on sourced files --- stage2/pkg/bzip2 | 0 stage2/pkg/diffutils | 0 stage2/pkg/findutils | 0 stage2/pkg/gdbm | 0 stage2/pkg/groff | 0 stage2/pkg/gzip | 0 stage2/pkg/inetutils | 0 stage2/pkg/kbd | 0 stage2/pkg/module-init-tools | 0 stage2/pkg/psmisc | 0 stage2/pkg/shadow | 0 stage2/pkg/sysklogd | 0 stage2/pkg/sysvinit | 0 stage2/pkg/texinfo | 0 stage2/pkg/udev | 0 stage2/pkg/udev-config | 0 stage2/stage2-additions | 27 --------------------------- 17 files changed, 27 deletions(-) mode change 100755 => 100644 stage2/pkg/bzip2 mode change 100755 => 100644 stage2/pkg/diffutils mode change 100755 => 100644 stage2/pkg/findutils mode change 100755 => 100644 stage2/pkg/gdbm mode change 100755 => 100644 stage2/pkg/groff mode change 100755 => 100644 stage2/pkg/gzip mode change 100755 => 100644 stage2/pkg/inetutils mode change 100755 => 100644 stage2/pkg/kbd mode change 100755 => 100644 stage2/pkg/module-init-tools mode change 100755 => 100644 stage2/pkg/psmisc mode change 100755 => 100644 stage2/pkg/shadow mode change 100755 => 100644 stage2/pkg/sysklogd mode change 100755 => 100644 stage2/pkg/sysvinit mode change 100755 => 100644 stage2/pkg/texinfo mode change 100755 => 100644 stage2/pkg/udev mode change 100755 => 100644 stage2/pkg/udev-config delete mode 100755 stage2/stage2-additions 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 $? -- 2.20.1