wok-next rev 20805
nagios: tiny edits; perl: add warning
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 13 11:01:07 2018 +0300 (2018-06-13) |
parents | 624ffd1bb925 |
children | fe6dc47f7d21 |
files | nagios/receipt perl/receipt |
line diff
1.1 --- a/nagios/receipt Wed Jun 13 10:54:34 2018 +0300 1.2 +++ b/nagios/receipt Wed Jun 13 11:01:07 2018 +0300 1.3 @@ -93,7 +93,7 @@ 1.4 [ -n "$quiet" ] || cat <<EOT 1.5 1.6 .--------------------------------------------------------------. 1.7 - | To start Nagios server you can run: | 1.8 + | To start Nagios server you can run: | 1.9 | /etc/init.d/nagios start | 1.10 | | 1.11 | Or add nagios to RUN_DAEMONS in /etc/rcS.conf |
2.1 --- a/perl/receipt Wed Jun 13 10:54:34 2018 +0300 2.2 +++ b/perl/receipt Wed Jun 13 11:01:07 2018 +0300 2.3 @@ -9,6 +9,13 @@ 2.4 WEB_SITE="https://www.perl.org/" 2.5 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/perl.html" 2.6 2.7 +# WARNING 2.8 +# Due to Perl libraries use versioned paths like 2.9 +# /usr/lib/perl5/$VERSION/ 2.10 +# /usr/lib/perl5/site_perl/$VERSION/ 2.11 +# etc., you need to update ALL the Perl related packages on ANY change 2.12 +# of the Perl version! 2.13 + 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WGET_URL="http://www.cpan.org/src/5.0/$TARBALL" 2.16 # Integrity check: http://www.cpan.org/src/5.0/