summaryrefslogtreecommitdiffstats
path: root/abs/extra/webmin/__changelog
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/webmin/__changelog')
-rw-r--r--abs/extra/webmin/__changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra/webmin/__changelog b/abs/extra/webmin/__changelog
index 741481a..6531399 100644
--- a/abs/extra/webmin/__changelog
+++ b/abs/extra/webmin/__changelog
@@ -1,4 +1,17 @@
PKGBUILD: Added private networks to miniserv.conf
+ # LINHES - make it only accessible by localhost
+ echo 'allow=127.0.0.1 192.168. 172.16. 10.' >> "$pkgdir"/etc/webmin/miniserv.conf
+
PKGBUILD: Added nofork=1 to miniserv.conf
+ # LINHES - add don't fork so runit can manage it
+ echo 'nofork=1' >> "$pkgdir"/etc/webmin/miniserv.conf
+
PKGBUILD: Change OS name to LinHES
+
PKGBUILD: Change mysql start and stop and login and pass in mysql/config
+ # LINHES - change mysql start stop cmds
+ sed -i -e 's:start_cmd=/etc/rc.d/mysqld start:start_cmd=/usr/bin/sv start mysql:g' \
+ -e 's:pass=foo:pass=mythtv:g' -e 's:login=root:login=mythtv:g' \
+ -e 's:stop_cmd=/etc/rc.d/mysqld stop:stop_cmd=/usr/bin/sv stop mysql:g' \
+ "$pkgdir"/etc/webmin/mysql/config
+