/[packages]/updates/1/webmin/current/SOURCES/webmin-fix-newmods.patch
ViewVC logotype

Contents of /updates/1/webmin/current/SOURCES/webmin-fix-newmods.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 101464 - (show annotations) (download)
Wed Jun 1 19:01:05 2011 UTC (12 years, 10 months ago) by schedbot
File size: 272 byte(s)
SILENT: branch release 1
1 --- ./newmods.pl.gege Wed Oct 4 19:07:36 2000
2 +++ ./newmods.pl Wed Oct 4 19:07:52 2000
3 @@ -3,7 +3,7 @@
4 # <config directory> <module>+
5
6 for($i=1; $i<@ARGV; $i++) {
7 - if (!(-d "$ARGV[0]/$ARGV[$i]")) {
8 + if (-d "$ARGV[0]/$ARGV[$i]") {
9 push(@new, $ARGV[$i]);
10 }
11 }

  ViewVC Help
Powered by ViewVC 1.1.30