diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-02-22 15:57:50 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-02-22 15:57:50 +0100 |
commit | ee0a284de9e57409fb5f8da8a33d5691bf0f0955 (patch) | |
tree | 23c17cdaf66c60c5afc9ec4d45a3213cb28d9c65 /Makefile | |
parent | 10a01a13d3e849e576dadd5ca39be67c632f9f3a (diff) | |
download | netctl-ee0a284de9e57409fb5f8da8a33d5691bf0f0955.tar.gz netctl-ee0a284de9e57409fb5f8da8a33d5691bf0f0955.tar.xz |
Remove a mostly obsolete directory
As noted in FS#27496 we do not seem to use /etc/network.d/hooks.
The contrib scripts mostly function on their own and are not really hooks at all. Nevertheless, this commit doesn't touch them. It also doesn't remove the line in the manpage that refers to them.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ VPATH = doc install: # Configuration files - install -d $(DESTDIR)/etc/network.d/{examples,hooks,interfaces} + install -d $(DESTDIR)/etc/network.d/{examples,interfaces} install -D -m644 config/netcfg $(DESTDIR)/etc/conf.d/netcfg install -m644 config/iftab $(DESTDIR)/etc/iftab install -m644 docs/examples/* $(DESTDIR)/etc/network.d/examples/ |