| 1 |
$Id$ |
$Id$ |
| 2 |
|
|
| 3 |
$Log$ |
$Log$ |
| 4 |
Revision 1.1 2002/02/11 01:22:17 cvsjoko |
Revision 1.2 2002/02/11 02:45:25 cvsjoko |
| 5 |
Initial revision |
+ added info about perl-versions: "replace old perl version through new one" |
| 6 |
|
|
| 7 |
|
Revision 1.1.1.1 2002/02/11 01:22:17 cvsjoko |
| 8 |
|
first checkin' |
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 149 |
- disable ssh-errors in /var/log/messages |
- disable ssh-errors in /var/log/messages |
| 150 |
- create /etc/security/limits.conf by issuing a echo "" > /etc/security/limits.conf |
- create /etc/security/limits.conf by issuing a echo "" > /etc/security/limits.conf |
| 151 |
|
|
| 152 |
- |
- replace old perl version through new one (if available) |
| 153 |
|
[root@martha1 bin]# cd / |
| 154 |
|
[root@martha1 /]# cd /usr/bin/ |
| 155 |
|
[root@martha1 bin]# mv perl |
| 156 |
|
perl perl5.00503 perlbug perlcc perldoc |
| 157 |
|
[root@martha1 bin]# mv perl perl.old |
| 158 |
|
[root@martha1 bin]# ln -s /usr/local/bin/perl . |
| 159 |
|
[root@martha1 bin]# cd /home/service/bin/ftpweblog/ |
| 160 |
|
[root@martha1 ftpweblog]# ./graphftpweblog |
| 161 |
|
Error opening file for inclusion: /home/service/ftpweblog/testlog.html |
| 162 |
|
[root@martha1 ftpweblog]# |
| 163 |
|
|