summaryrefslogtreecommitdiff
path: root/net/radiusd-cistron/files/patch-dict-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/radiusd-cistron/files/patch-dict-install.sh')
-rw-r--r--net/radiusd-cistron/files/patch-dict-install.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/radiusd-cistron/files/patch-dict-install.sh b/net/radiusd-cistron/files/patch-dict-install.sh
deleted file mode 100644
index 222009106d07..000000000000
--- a/net/radiusd-cistron/files/patch-dict-install.sh
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/dict-install.sh.orig 2003-04-10 16:17:11.000000000 +0200
-+++ src/dict-install.sh 2013-12-01 06:23:00.000000000 +0100
-@@ -31,7 +31,7 @@
-
- if [ $NEWTYPE = yes ]
- then
-- DESTDIR=$SHAREDIR
-+ DESTDIR=$DESTROOT$SHAREDIR
- else
- DESTDIR=$RADDBDIR
- fi
-@@ -41,9 +41,9 @@
- mkdir -p $DESTDIR
- fi
-
--if [ $NEWTYPE ] && [ ! -f $RADDBDIR/dictionary ]
-+if [ $NEWTYPE ] && [ ! -f $DESTROOT$RADDBDIR/dictionary ]
- then
-- sed -e "s!SHAREDIR!$SHAREDIR!" < dictionary > $RADDBDIR/dictionary
-+ sed -e "s!SHAREDIR!$SHAREDIR!" < dictionary > $DESTROOT$RADDBDIR/dictionary
- fi
-
- echo "Creating/updating dictionary files in $DESTDIR"