Kevin M. Myer
2005-Nov-26 20:42 UTC
[Fedora-directory-users] Apps switched in SysV admin init script
The SysV init script at: http://www.directory.fedora.redhat.com/download/fedora-ds-admin-init.d has the apps for stopping and restarting the admin service switched. Can someone update the Wiki with the following change? --- fedora-ds-admin-init.d 2005-11-26 15:38:24.000000000 -0500 +++ fedora-ds-admin-init.d 2005-11-26 15:38:36.000000000 -0500 @@ -14,8 +14,8 @@ # Set up some common variables before we launch into what might be # considered boilerplate by now. path_start=/opt/fedora-ds/start-admin -path_restart=/opt/fedora-ds/stop-admin -path_stop=/opt/fedora-ds/restart-admin +path_restart=/opt/fedora-ds/restart-admin +path_stop=/opt/fedora-ds/stop-admin path=./ns-httpd prog="Fedora-DS Admin" Kevin -- Kevin M. Myer Senior Systems Administrator Lancaster-Lebanon Intermediate Unit 13 http://www.iu13.org
Rob Crittenden
2005-Nov-28 14:05 UTC
Re: [Fedora-directory-users] Apps switched in SysV admin init script
Done. Nice catch. rob Kevin M. Myer wrote:> The SysV init script at: > > http://www.directory.fedora.redhat.com/download/fedora-ds-admin-init.d > > has the apps for stopping and restarting the admin service switched. > Can someone update the Wiki with the following change? > > --- fedora-ds-admin-init.d 2005-11-26 15:38:24.000000000 -0500 > +++ fedora-ds-admin-init.d 2005-11-26 15:38:36.000000000 -0500 > @@ -14,8 +14,8 @@ > # Set up some common variables before we launch into what might be > # considered boilerplate by now. > path_start=/opt/fedora-ds/start-admin > -path_restart=/opt/fedora-ds/stop-admin > -path_stop=/opt/fedora-ds/restart-admin > +path_restart=/opt/fedora-ds/restart-admin > +path_stop=/opt/fedora-ds/stop-admin > path=./ns-httpd > prog="Fedora-DS Admin" > > > Kevin