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 /Makefile | |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 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.... |