This should avoid any vulnerability issues with INN. NOTE: The text files from lib/nn can now be found in share/nn instead.
41 lines
654 B
Text
41 lines
654 B
Text
$NetBSD: patch-aq,v 1.3 2002/07/08 02:21:20 kim Exp $
|
|
|
|
--- inst.sh.orig Thu Oct 4 01:33:06 2001
|
|
+++ inst.sh Sun Jul 7 21:33:10 2002
|
|
@@ -1,8 +1,8 @@
|
|
|
|
# (Large) prefix inserted above by Make
|
|
|
|
-# BSD systems keep chown in /etc
|
|
-PATH="$PATH:/etc"
|
|
+# BSD systems keep chown in different places
|
|
+PATH="$PATH:/usr/bin:/usr/sbin:/etc"
|
|
|
|
case "$1" in
|
|
mkdir)
|
|
@@ -55,7 +55,7 @@
|
|
;;
|
|
esac
|
|
|
|
-set -u
|
|
+#set -u
|
|
|
|
(
|
|
if $NNTP
|
|
@@ -363,7 +363,6 @@
|
|
|
|
echo
|
|
echo "Formatting online manual $MAN"
|
|
- echo ".... (continues in background) ...."
|
|
|
|
rm -f $MAN
|
|
|
|
@@ -378,7 +377,7 @@
|
|
${AWK} -f format.awk - > $MAN
|
|
|
|
./inst chmod 644 $MAN
|
|
- ) &
|
|
+ )
|
|
;;
|
|
|
|
splitdb)
|