git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@35 233e721a-07f6-49eb-a7da-05e0e16828fcmaster
@@ -1,3 +1,8 @@ | |||
2009-06-18 Alban Deniz <adeniz@skidmark.localdomain> | |||
* INSTALL (Ubuntu): Added specific directions for setting up to | |||
start SNFServer automatically during OS boot. | |||
2009-05-26 Alban Deniz <adeniz@skidmark.localdomain> | |||
* configure.ac: Updated for passing command-line parameters to the |
@@ -289,8 +289,17 @@ Ubuntu: | |||
1) Set the VERBOSE variable in /etc/default/rcS to control the | |||
script output. | |||
2) Configure the system to run the script using the appropriate | |||
procedure. | |||
2) Configure the system to run the script. With sysv-rc-conf: | |||
sysv-rc-conf -level 2345 snf-server on | |||
will start the server for runlevels 2, 3, 4, and 5. | |||
And | |||
sysv-rc-conf --list snf-server | |||
will list the runlevels for which the server is started. | |||
3) Run '/etc/init.d/snf-server start' to start the server. | |||