From 310d1aaa4bae73edff6d971dd89d7649163691af Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Wed, 29 Jul 2020 13:31:52 +0200 Subject: networks: move from initscripts to setup package --- Makefile | 2 +- networks | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 networks diff --git a/Makefile b/Makefile index 842bfef..a3ab9c3 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ VERSION = 2.7.24 LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny inputrc \ motd passwd printcap protocols securetty services shadow shells profile \ - filesystems fstab resolv.conf hosts subgid subuid + filesystems fstab resolv.conf hosts subgid subuid networks check: @echo Sanity checking selected files.... diff --git a/networks b/networks new file mode 100644 index 0000000..9a46fc8 --- /dev/null +++ b/networks @@ -0,0 +1,3 @@ +default 0.0.0.0 +loopback 127.0.0.0 +link-local 169.254.0.0 -- cgit v1.2.1