summaryrefslogtreecommitdiff
path: root/www-apps/freeradius-dialupadmin/files/setrootpath
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/freeradius-dialupadmin/files/setrootpath')
-rw-r--r--www-apps/freeradius-dialupadmin/files/setrootpath6
1 files changed, 0 insertions, 6 deletions
diff --git a/www-apps/freeradius-dialupadmin/files/setrootpath b/www-apps/freeradius-dialupadmin/files/setrootpath
deleted file mode 100644
index 124364c291ac..000000000000
--- a/www-apps/freeradius-dialupadmin/files/setrootpath
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = "install" ]; then
- sed -i -e "s:/usr/\(local/\)\?dialup_admin:${VHOST_ROOT}:" "${VHOST_ROOT}"/{conf/._*admin.conf,conf/admin.conf,bin/*}
- chmod -R o-rwx "${VHOST_ROOT}"/conf
-fi