summaryrefslogtreecommitdiff
path: root/news/trn/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'news/trn/patches/patch-ad')
-rw-r--r--news/trn/patches/patch-ad18
1 files changed, 18 insertions, 0 deletions
diff --git a/news/trn/patches/patch-ad b/news/trn/patches/patch-ad
new file mode 100644
index 00000000000..0ed9c7b145b
--- /dev/null
+++ b/news/trn/patches/patch-ad
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.1 2000/03/18 19:51:33 wiz Exp $
+
+--- Pnews.SH.orig Sun Jan 17 20:01:22 1999
++++ Pnews.SH Sat Mar 18 13:47:13 2000
+@@ -911,7 +911,12 @@
+ esac
+
+ case $orgname in
+-/*) orgname=`$cat $orgname` ;;
++/*) if $test -r $orgname; then
++ orgname=`$cat $orgname`
++ else
++ orgname=""
++ fi
++ ;;
+ esac
+
+ $sed -e '/^Reply-To: $/d' > $tmpart <<EOHeader