diff options
author | James Meyer <james.meyer@operamail.com> | 2009-09-08 22:41:52 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-09-08 22:41:52 (GMT) |
commit | 4d4488bbddab439d66088b79e14354c4dd87a2ea (patch) | |
tree | e5afe60693bfba3adb3579c88ba307bfb284fb1a /build_tools/clarch/larch/profiles | |
parent | 513b20100b557a679093092f9854ed8b5ee50f67 (diff) | |
download | linhes_dev-4d4488bbddab439d66088b79e14354c4dd87a2ea.zip |
post-process: remove rc.shutdown. Use the one included in the pkg
Diffstat (limited to 'build_tools/clarch/larch/profiles')
3 files changed, 3 insertions, 3 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh index 07af9fb..6caf191 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/modify_chroot.sh @@ -8,7 +8,7 @@ chown -R mythtv.mythtv /myth cp -f /.post_process/hosts.allow /etc/hosts.allow cp -f /.post_process/rc.conf /etc/rc.conf -cp -f /.post_process/rc.shutdown /etc/rc.shutdown +#cp -f /.post_process/rc.shutdown /etc/rc.shutdown cp -f /.post_process/menu.lst /boot/grub/menu.lst cp -f /etc/skel/.bash* /root/ diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh index 07af9fb..6caf191 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/modify_chroot.sh @@ -8,7 +8,7 @@ chown -R mythtv.mythtv /myth cp -f /.post_process/hosts.allow /etc/hosts.allow cp -f /.post_process/rc.conf /etc/rc.conf -cp -f /.post_process/rc.shutdown /etc/rc.shutdown +#cp -f /.post_process/rc.shutdown /etc/rc.shutdown cp -f /.post_process/menu.lst /boot/grub/menu.lst cp -f /etc/skel/.bash* /root/ diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh index 07af9fb..6caf191 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh +++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/modify_chroot.sh @@ -8,7 +8,7 @@ chown -R mythtv.mythtv /myth cp -f /.post_process/hosts.allow /etc/hosts.allow cp -f /.post_process/rc.conf /etc/rc.conf -cp -f /.post_process/rc.shutdown /etc/rc.shutdown +#cp -f /.post_process/rc.shutdown /etc/rc.shutdown cp -f /.post_process/menu.lst /boot/grub/menu.lst cp -f /etc/skel/.bash* /root/ |