]> git.pld-linux.org Git - packages/MigrationTools.git/commitdiff
- it's /etc/services that should be fixed
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 9 Oct 2003 13:58:51 +0000 (13:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MigrationTools-services.patch -> 1.2

MigrationTools-services.patch [deleted file]

diff --git a/MigrationTools-services.patch b/MigrationTools-services.patch
deleted file mode 100644 (file)
index 59706da..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- MigrationTools-45/migrate_services.pl~     2003-10-02 17:10:02.000000000 +0200
-+++ MigrationTools-45/migrate_services.pl      2003-10-02 17:45:36.000000000 +0200
-@@ -102,6 +102,10 @@
-               my ($servicename, $portproto, @aliases) = split(m/\s+/o, $card);
-               my ($rawport, $proto) = split(m#[/,]#o, $portproto);
-+              if (!defined $proto) {
-+                      $proto = "";
-+              }
-+
-               # Find services specifying a port range (e.g. X11.)
-               my $loport = '';
-               my $hiport = '';
This page took 0.038466 seconds and 4 git commands to generate.