diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-02 23:12:39 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-02 23:12:39 (GMT) |
commit | 47f97e1953d70596531c40816faf3c325ed0d47d (patch) | |
tree | e3f1ea8d20a3e9ed393fd21bff2782e0d82426dc /abs/core-testing | |
parent | 5f0636852bb64adc0c561368b0310926c2f0b793 (diff) | |
download | linhes_pkgbuild-47f97e1953d70596531c40816faf3c325ed0d47d.zip linhes_pkgbuild-47f97e1953d70596531c40816faf3c325ed0d47d.tar.gz linhes_pkgbuild-47f97e1953d70596531c40816faf3c325ed0d47d.tar.bz2 |
More code reversion
-Copy back the correct rc.conf.
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 4c06690..40914cf 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=236 +pkgrel=237 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan ) diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh index 1bad622..9f4df7a 100755 --- a/abs/core-testing/LinHES-config/systemconfig.sh +++ b/abs/core-testing/LinHES-config/systemconfig.sh @@ -164,7 +164,7 @@ ln -s "/usr/share/zoneinfo/$timezone" ${BASE}/etc/localtime # echo CLOCK="UTC" > ${BASE}/etc/conf.dclock # echo CLOCK_SYSTOCH="yes" >> ${BASE}/etc/conf.d/clock # echo TIMEZONE="$timezone" >> ${BASE}/etc/conf.d/clock -cp_and_log $TEMPLATES/rc.conf /etc/rc.conf.1 +cp_and_log $TEMPLATES/rc.conf ${BASE}/etc/rc.conf # #Check for Atomic Ant # if grep disablemodules=agpart,intel_agp /proc/cmdline >/dev/null # then |