summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-11-17 04:01:08 +0000
committerFreya Murphy <freya@freyacat.org>2024-11-17 04:01:08 +0000
commit5e60794b428035db69899f229befac504d6dc043 (patch)
tree6135a66fcaad554b71f012f211e625f56faa787f /lib
parentadd openwrt (diff)
downloadfreyanet-main.tar.gz
freyanet-main.tar.bz2
freyanet-main.zip
refactor to use any unknown prefixHEADmain
Diffstat (limited to '')
-rwxr-xr-xshare/config.awk (renamed from lib/config.awk)0
-rwxr-xr-xshare/inet2.sh (renamed from lib/inet2.sh)2
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.awk b/share/config.awk
index 9d0a117..9d0a117 100755
--- a/lib/config.awk
+++ b/share/config.awk
diff --git a/lib/inet2.sh b/share/inet2.sh
index 672286e..73bd279 100755
--- a/lib/inet2.sh
+++ b/share/inet2.sh
@@ -9,7 +9,7 @@ step() {
}
getval() {
- /var/lib/inet2/config.awk /etc/inet2.conf "$@"
+ ${INET2_PREFIX}/share/inet2/config.awk /etc/inet2.conf "$@"
}
haskey() {