- tweaked patch to set OS version in vars that normally depend on dpkg

- tweaked inet.defn to remove verbosity from dhclient execution
This commit is contained in:
2016-11-08 13:14:49 -06:00
parent fe7106dccd
commit 8f8cd148f0
3 changed files with 71 additions and 2 deletions

View File

@@ -1,6 +1,18 @@
diff -Naur a/defn2c.pl b/defn2c.pl
--- a/defn2c.pl 2014-03-23 12:27:30.000000000 -0500
+++ b/defn2c.pl 2016-11-06 15:21:35.200000000 -0600
+++ b/defn2c.pl 2016-11-08 13:02:33.568000000 -0600
@@ -2,7 +2,7 @@
use strict;
-my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
+my $DEB_HOST_ARCH_OS = 'linux';
$DEB_HOST_ARCH_OS =~ s/\n//;
diff -Naur a/defn2man.pl b/defn2man.pl
--- a/defn2man.pl 2013-07-02 04:44:56.000000000 -0500
+++ b/defn2man.pl 2016-11-08 13:02:14.736000000 -0600
@@ -2,7 +2,7 @@
use strict;