summaryrefslogtreecommitdiff
path: root/libre/webmin
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-08 05:45:53 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-08 05:45:53 -0200
commitd738a3149083b4ec3be046be490fb36a17eb0b14 (patch)
tree72e3b595348bcaee1f8f2a5ba34686681ceeaca3 /libre/webmin
parentc8eb2f3ec5384ffa01eb80b7582a8046b5096989 (diff)
rebuild usermin and webmin
Diffstat (limited to 'libre/webmin')
-rw-r--r--libre/webmin/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/webmin/PKGBUILD b/libre/webmin/PKGBUILD
index 3dc4b709a..fac84125b 100644
--- a/libre/webmin/PKGBUILD
+++ b/libre/webmin/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer (Arch): Tobias Powalowski <tpowa@archlinux.org>
pkgname=webmin
pkgver=1.710
-pkgrel=1.parabola1
+pkgrel=1.parabola2
pkgdesc="a web-based interface for system administration (Parabola rebranded)"
arch=(i686 x86_64 mips64el)
license=('custom:webmin')
@@ -192,7 +192,7 @@ package() {
"$pkgdir"/opt/webmin/setup.sh
# Fixup the config files to use their real locations
- sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' "$pkgdir"/etc/webmin/miniserv.conf
+ sed -i 's:^pidfile=.*$:pidfile=/run/webmin.pid:' "$pkgdir"/etc/webmin/miniserv.conf
find "$pkgdir"/etc/webmin -type f -exec sed -i "s:$pkgdir::g" {} \;
# make it only accessible by localhost