Changes

Jump to navigation Jump to search
47 bytes added ,  00:03, 23 January 2013
Line 350: Line 350:  
==== Create a service entry for rsyslog ====
 
==== Create a service entry for rsyslog ====
 
We need to create a new service entry in the DB, because the standard syslog package is now rsyslog:
 
We need to create a new service entry in the DB, because the standard syslog package is now rsyslog:
/sbin/e-smith/db configuration set rsyslog service status enabled
+
<syntaxhighlight lang="Bash">
cp -a /etc/rc7.d/S05syslog /etc/rc7.d/S05rsyslog
+
/sbin/e-smith/db configuration set rsyslog service status enabled
 +
cp -a /etc/rc7.d/S05syslog /etc/rc7.d/S05rsyslog
 +
</syntaxhighlight>
    
==== Run post-upgrade ====
 
==== Run post-upgrade ====

Navigation menu