From d738a3149083b4ec3be046be490fb36a17eb0b14 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 8 Nov 2014 05:45:53 -0200 Subject: rebuild usermin and webmin --- libre/usermin/PKGBUILD | 4 ++-- libre/webmin/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libre/usermin/PKGBUILD b/libre/usermin/PKGBUILD index 2ec5cae60..600e34db0 100644 --- a/libre/usermin/PKGBUILD +++ b/libre/usermin/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer (Arch): Tobias Powalowski pkgname=usermin pkgver=1.610 -pkgrel=1.parabola1 +pkgrel=1.parabola2 pkgdesc="a web interface that can be used to easily perform tasks like reading mail, setting up SSH or configuring mail forwarding (Parabola rebranded)" arch=(i686 x86_64 mips64el) license=('custom:usermin') @@ -109,7 +109,7 @@ package() { "$pkgdir"/opt/usermin/setup.sh # Fixup the config files to use their real locations - sed -i 's:^pidfile=.*$:pidfile=/var/run/usermin.pid:' "$pkgdir"/etc/usermin/miniserv.conf + sed -i 's:^pidfile=.*$:pidfile=/run/usermin.pid:' "$pkgdir"/etc/usermin/miniserv.conf find "$pkgdir"/etc/usermin -type f -exec sed -i "s:$pkgdir::g" {} \; # make it only accessible by localhost 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 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 -- cgit v1.2.3-54-g00ecf