diff options
author | Olav Vitters <olav@vitters.nl> | 2020-07-29 13:31:52 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-07-29 13:31:52 +0200 |
commit | 310d1aaa4bae73edff6d971dd89d7649163691af (patch) | |
tree | e7fea284f74619b511ac6d7b6b1b5c0ab0dbc2cb | |
parent | f689171d65dfc4de443fa8cc8a7c51368c7ac495 (diff) | |
download | setup-310d1aaa4bae73edff6d971dd89d7649163691af.tar setup-310d1aaa4bae73edff6d971dd89d7649163691af.tar.gz setup-310d1aaa4bae73edff6d971dd89d7649163691af.tar.bz2 setup-310d1aaa4bae73edff6d971dd89d7649163691af.tar.xz setup-310d1aaa4bae73edff6d971dd89d7649163691af.zip |
networks: move from initscripts to setup package
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | networks | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |