summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2017-05-02 08:39:09 +0530
committerAmish2017-05-02 08:39:09 +0530
commit47e427882fddc3420428fb313249244dae9ccd63 (patch)
tree3065b0a94cd19f4cb5d97aee2c7031c8887ac7db /PKGBUILD
parentc2d1274076b732392ee1b1afe3f167196f7b092e (diff)
downloadaur-47e427882fddc3420428fb313249244dae9ccd63.tar.gz
rc.conf is old thing. webmin automatically handles systemd now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86d5950a8e13..f9bc58b56481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -123,14 +123,6 @@ package() {
# remove other distros and add only Archlinux don't change next line else it will not work!
echo 'Archlinux Any version generic-linux * -d "/etc/pacman.d"' > os_list.txt
- # Add rc.conf support to boot and shutdown menu and lock editing of this module
- cd init/
- sed -i -e 's:^local_down=.*:local_down=Archlinux RC.CONF,3,None:g' $(find . ! -name 'config.info.pl' -name 'config.info*')
- sed -i -e 's:^local_script=.*:local_script=Archlinux RC.LOCAL,3,None:g' $(find . ! -name 'config.info.pl' -name 'config.info*')
- sed -i -e 's:^index_downscript=.*:index_downscript=Archlinux RC.CONF:g' lang/*
- sed -i -e 's:^index_script=.*:index_script=Archlinux RC.LOCAL:g' lang/*
- sed -i -e 's:^noconfig=0:noconfig=1:g' defaultacl
-
# copy stuff to right dirs
cd "$srcdir"/$pkgname-$pkgver
cp -rp * "$pkgdir"/opt/webmin