From: Chris Gianelloni Date: Sun, 14 Dec 2008 02:14:21 +0000 (-0800) Subject: Setting executable bit properly on shell scripts and configuration files. X-Git-Tag: v3.4.10.903~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09d69916c768da36ac9f7e3ba31981f754010304;p=genkernel.git Setting executable bit properly on shell scripts and configuration files. --- diff --git a/ChangeLog b/ChangeLog index bbe7cf4..57f5910 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,18 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 14 Dec 2008; Chris Gianelloni + arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh, + arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh, + arch/ppc/config.sh, arch/ppc64/config.sh, arch/sparc/config.sh, + arch/sparc64/config.sh, arch/um/config.sh, arch/x86/config.sh, + arch/x86_64/config.sh, defaults/config.sh, defaults/initrd.defaults, + defaults/initrd.scripts, defaults/linuxrc, defaults/udhcpc.scripts, + gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh, + gen_initramfs.sh, gen_moddeps.sh, gen_package.sh, genkernel.conf, + netboot/linuxrc.x, netboot/misc/bin/net-setup: + Setting executable bit properly on shell scripts and configuration files. + 13 Dec 2008; Andrew Gaffney gen_initramfs.sh: Create /sbin directory in append_luks for bug #250330