Blob Blame History Raw
diff -urNp inn-2.4.3-orig/doc/man/rc.news.8 inn-2.4.3/doc/man/rc.news.8
--- inn-2.4.3-orig/doc/man/rc.news.8	2008-04-09 16:22:16.000000000 +0200
+++ inn-2.4.3/doc/man/rc.news.8	2008-04-09 16:31:42.000000000 +0200
@@ -178,20 +178,20 @@ is recommended to throttle the server fi
 To start \s-1INN\s0 and leave certain error messages going to the terminal:
 .PP
 .Vb 1
-\&       su - news -c ~news/bin/rc.news
+\&       su -m news -c /etc/rc.news
 .Ve
 .PP
 To run \s-1INN\s0 at startup time from appropriate system boot scripts:
 .PP
 .Vb 1
-\&       su - news -c ~news/bin/rc.news >/dev/console
+\&       su -m news -c /etc/rc.news >/dev/console
 .Ve
 .PP
 To stop \s-1INN\s0 (throttling first):
 .PP
 .Vb 2
 \&       ~news/bin/ctlinnd throttle reason
-\&       su - news -c '~news/bin/rc.news stop'
+\&       su -m news -c '/etc/rc.news stop'
 .Ve
 .SH "BUGS"
 .IX Header "BUGS"
diff -urNp inn-2.4.3-orig/doc/pod/install.pod inn-2.4.3/doc/pod/install.pod
--- inn-2.4.3-orig/doc/pod/install.pod	2008-04-09 16:22:16.000000000 +0200
+++ inn-2.4.3/doc/pod/install.pod	2008-04-09 16:32:22.000000000 +0200
@@ -1489,7 +1489,7 @@ INN is started via the shell script F<rc
 news user and not as root.  To start INN on system boot, you therefore
 want to put something like:
 
-    su - news -c /usr/local/news/bin/rc.news
+    su -m news -c /etc/rc.news
 
 in the system boot scripts.  If innd is stopped or killed, you can restart
 it by running rc.news by hand as the news user.
@@ -1497,7 +1497,7 @@ it by running rc.news by hand as the new
 The rc.news script may also be used to shut down INN, with the C<stop>
 option:
 
-    su - news -c '/usr/local/news/bin/rc.news stop'
+    su -m news -c '/etc/rc.news stop'
 
 In the F<contrib> directory of this source tree is a sample init script
 for people using System V-style init.d directories.
diff -urNp inn-2.4.3-orig/doc/pod/rc.news.pod inn-2.4.3/doc/pod/rc.news.pod
--- inn-2.4.3-orig/doc/pod/rc.news.pod	2008-04-09 16:22:16.000000000 +0200
+++ inn-2.4.3/doc/pod/rc.news.pod	2008-04-09 16:32:48.000000000 +0200
@@ -65,16 +65,16 @@ is recommended to throttle the server fi
 
 To start INN and leave certain error messages going to the terminal:
 
-       su - news -c ~news/bin/rc.news
+       su -m news -c /etc/rc.news
 
 To run INN at startup time from appropriate system boot scripts:
 
-       su - news -c ~news/bin/rc.news >/dev/console
+       su -m news -c /etc/rc.news >/dev/console
   
 To stop INN (throttling first):
 
        ~news/bin/ctlinnd throttle reason
-       su - news -c '~news/bin/rc.news stop'
+       su -m news -c '/etc/rc.news stop'
 
 =head1 BUGS
 
diff -urNp inn-2.4.3-orig/INSTALL inn-2.4.3/INSTALL
--- inn-2.4.3-orig/INSTALL	2008-04-09 16:22:16.000000000 +0200
+++ inn-2.4.3/INSTALL	2008-04-09 16:30:24.000000000 +0200
@@ -1455,7 +1455,7 @@ Starting and Stopping the System
     news user and not as root.  To start INN on system boot, you therefore
     want to put something like:
 
-        su - news -c /usr/local/news/bin/rc.news
+        su -m news -c /etc/rc.news
 
     in the system boot scripts.  If innd is stopped or killed, you can
     restart it by running rc.news by hand as the news user.
@@ -1463,7 +1463,7 @@ Starting and Stopping the System
     The rc.news script may also be used to shut down INN, with the "stop"
     option:
 
-        su - news -c '/usr/local/news/bin/rc.news stop'
+        su -m news -c '/etc/rc.news stop'
 
     In the contrib directory of this source tree is a sample init script for
     people using System V-style init.d directories.