commit: 4fc3291bb56394afdcf12a762d630aaa50c7bd86 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Wed Jan 14 15:57:27 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed Jan 14 16:12:37 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=4fc3291b
remove execute permissions from most files All of the files in init.d and conf.d in this repository do not need execute permissions. --- init.d/autoconfig | 0 init.d/fixinittab | 0 init.d/gpm-pre | 0 init.d/hwsetup | 0 init.d/unmute | 0 livecd-functions.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) diff --git a/init.d/autoconfig b/init.d/autoconfig old mode 100755 new mode 100644 diff --git a/init.d/fixinittab b/init.d/fixinittab old mode 100755 new mode 100644 diff --git a/init.d/gpm-pre b/init.d/gpm-pre old mode 100755 new mode 100644 diff --git a/init.d/hwsetup b/init.d/hwsetup old mode 100755 new mode 100644 diff --git a/init.d/unmute b/init.d/unmute old mode 100755 new mode 100644 diff --git a/livecd-functions.sh b/livecd-functions.sh old mode 100755 new mode 100644
