hack(coreos-base/chromeos-base): comment out file changes that conflict

these file changes conflict with other packages. Fix them up later.
This commit is contained in:
Brandon Philips 2013-02-16 10:46:45 -08:00
parent d9972cd9a7
commit a162b17905

View File

@ -94,7 +94,7 @@ pkg_setup() {
src_install() {
insinto /etc
doins "${FILESDIR}"/sysctl.conf || die
#doins "${FILESDIR}"/sysctl.conf || die
insinto /etc/profile.d
doins "${FILESDIR}"/xauthority.sh || die
@ -114,7 +114,7 @@ src_install() {
dosym mawk /usr/bin/awk || die
# We want dash as our main shell.
dosym dash /bin/sh
#dosym dash /bin/sh
# Avoid the wrapper and just link to the only editor we have.
dodir /usr/libexec
@ -122,9 +122,9 @@ src_install() {
dosym /bin/more /usr/libexec/pager || die
# Install our custom ssh config settings.
insinto /etc/ssh
doins "${FILESDIR}"/ssh{,d}_config
fperms 600 /etc/ssh/sshd_config
#insinto /etc/ssh
#doins "${FILESDIR}"/ssh{,d}_config
#fperms 600 /etc/ssh/sshd_config
# Custom login shell snippets.
insinto /etc/profile.d