diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-02-25 13:52:59 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-02-25 13:52:59 +0000 |
commit | dd3279ef78b95df70c1315bd39be68964c1771c5 (patch) | |
tree | 7147a47bb2ce2740ffb9973012c82f360e932d2d /INSTALL | |
parent | 7ac6b3d6d0c387738a388790ba7b51b3dcf176fc (diff) | |
download | rsyslog-dd3279ef78b95df70c1315bd39be68964c1771c5.tar.gz rsyslog-dd3279ef78b95df70c1315bd39be68964c1771c5.tar.xz rsyslog-dd3279ef78b95df70c1315bd39be68964c1771c5.zip |
coming closer to 0.8.1 release
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -29,11 +29,12 @@ 5.) YOU NEED TO DECIDE IF YOU WOULD LIKE TO REPLACE THE STANDARD SYSLOGD OR NOT! The is important as it influences the names used. If you call make install - it will install this program under the name of rsyslogd. If you call it with + it will install this program under the name of syslogd, but it will save the + previous syslogd binary under the name of syslogd-previous. If you call it with make install-replace - it will replace the existing syslogd, but save the former one under the name - of syslogd-previous. If you run install-replace multiple times, your - syslogd-previous will be OVERWRITTEN! + it will just replace the existing syslogd, but NOT save the former one under + the name of syslogd-previous. + If you run install multiple times, your syslogd-previous will be OVERWRITTEN! In either case, the system startup files will not be touched. If you use install-replace, everthing should work as always, but if it doesn't, you've probably discovered a beta bug ;) In any case, to use the new features, you |