Removed executable bit on sourced files
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sun, 7 Nov 2010 05:38:30 +0000 (05:38 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sun, 7 Nov 2010 05:38:30 +0000 (05:38 +0000)
17 files changed:
stage2/pkg/bzip2 [changed mode: 0755->0644]
stage2/pkg/diffutils [changed mode: 0755->0644]
stage2/pkg/findutils [changed mode: 0755->0644]
stage2/pkg/gdbm [changed mode: 0755->0644]
stage2/pkg/groff [changed mode: 0755->0644]
stage2/pkg/gzip [changed mode: 0755->0644]
stage2/pkg/inetutils [changed mode: 0755->0644]
stage2/pkg/kbd [changed mode: 0755->0644]
stage2/pkg/module-init-tools [changed mode: 0755->0644]
stage2/pkg/psmisc [changed mode: 0755->0644]
stage2/pkg/shadow [changed mode: 0755->0644]
stage2/pkg/sysklogd [changed mode: 0755->0644]
stage2/pkg/sysvinit [changed mode: 0755->0644]
stage2/pkg/texinfo [changed mode: 0755->0644]
stage2/pkg/udev [changed mode: 0755->0644]
stage2/pkg/udev-config [changed mode: 0755->0644]
stage2/stage2-additions [deleted file]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/stage2/stage2-additions b/stage2/stage2-additions
deleted file mode 100755 (executable)
index 296857d..0000000
+++ /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 $?