Changes

Jump to navigation Jump to search
46 bytes removed ,  22:16, 4 February 2013
m
Line 188: Line 188:  
We need to copy some perl modules to a new directory, because @INC has changed in EL6:
 
We need to copy some perl modules to a new directory, because @INC has changed in EL6:
 
<syntaxhighlight lang="Bash">
 
<syntaxhighlight lang="Bash">
mkdir -p /usr/share/perl5/vendor_perl/esmith
   
cp -a /usr/lib/perl5/site_perl/esmith/* /usr/share/perl5/vendor_perl/esmith
 
cp -a /usr/lib/perl5/site_perl/esmith/* /usr/share/perl5/vendor_perl/esmith
 
</syntaxhighlight>
 
</syntaxhighlight>
      
==== Create a service entry for rsyslog ====
 
==== Create a service entry for rsyslog ====

Navigation menu