CBL-Mariner/SPECS-EXTENDED/perl-Net-IP/Net-IP-1.26-shellbang.patch

17 строки
224 B
Diff

--- ipcount
+++ ipcount
@@ -1,4 +1,4 @@
-#!perl -w
+#!/usr/bin/perl -w
# Copyright (c) 2000 RIPE NCC
#
--- iptab
+++ iptab
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/perl
use Net::IP;
use strict;