diff options
Diffstat (limited to 'news/cnews/files/patch-aa')
-rw-r--r-- | news/cnews/files/patch-aa | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/news/cnews/files/patch-aa b/news/cnews/files/patch-aa index e34ccb3ec770..d21942b85be9 100644 --- a/news/cnews/files/patch-aa +++ b/news/cnews/files/patch-aa @@ -20,15 +20,15 @@ + # These answers are interdependent; do not edit this file! + newsov="/var/news/over.view" + # These answers are interdependent; do not edit this file! -+ newsctl="/usr/local/lib/news" ++ newsctl="/usr/local/news/lib" + # These answers are interdependent; do not edit this file! -+ newsbin="/usr/local/libexec/news" ++ newsbin="/usr/local/news/cnewsbin" + # These answers are interdependent; do not edit this file! + newspath="/bin:/usr/bin:/usr/local/bin" + # These answers are interdependent; do not edit this file! + newsumask="022" + # These answers are interdependent; do not edit this file! -+ newsconfig="/usr/local/lib/news/bin/config" ++ newsconfig="/usr/local/news/lib/bin/config" + # These answers are interdependent; do not edit this file! + newscrisis="newscrisis" + # These answers are interdependent; do not edit this file! @@ -72,7 +72,7 @@ + # These answers are interdependent; do not edit this file! + server="newsie" + # These answers are interdependent; do not edit this file! -+ rbin="/usr/local/libexec/news/input" ++ rbin="/usr/local/news/cnewsbin/input" + # These answers are interdependent; do not edit this file! + bin="/usr/local/bin" + # These answers are interdependent; do not edit this file! @@ -85,13 +85,13 @@ *** 0 **** --- 1,8 ---- + # general substitutions file -+ NEWSBIN /usr/local/libexec/news -+ NEWSCTL /usr/local/lib/news ++ NEWSBIN /usr/local/news/cnewsbin ++ NEWSCTL /usr/local/news/lib + NEWSARTS /var/news + NEWSOV /var/news + NEWSPATH /bin:/usr/bin:/usr/local/bin + NEWSUMASK 022 -+ NEWSCONFIG /usr/local/lib/news/bin/config ++ NEWSCONFIG /usr/local/news/lib/bin/config *** ../work/include/config.make Wed Dec 31 16:00:00 1969 --- ./include/config.make Tue Oct 25 04:00:55 1994 *************** @@ -104,18 +104,18 @@ + # =()<NEWSOV=@<NEWSOV>@>()= + NEWSOV=/var/news + # =()<NEWSBIN=@<NEWSBIN>@>()= -+ NEWSBIN=/usr/local/libexec/news ++ NEWSBIN=/usr/local/news/cnewsbin + # =()<NEWSCTL=@<NEWSCTL>@>()= -+ NEWSCTL=/usr/local/lib/news ++ NEWSCTL=/usr/local/news/lib + # =()<NEWSCONFIG=@<NEWSCONFIG>@>()= -+ NEWSCONFIG=/usr/local/lib/news/bin/config ++ NEWSCONFIG=/usr/local/news/lib/bin/config + + # workaround for System V make bug + SHELL=/bin/sh + + # directories where things go + UIBIN=/usr/local/bin -+ RBIN=/usr/local/libexec/news/input ++ RBIN=/usr/local/news/cnewsbin/input + + # compilation stuff + # LIB is for makefile dependencies, LIBS for cc invocations |