From ee0a284de9e57409fb5f8da8a33d5691bf0f0955 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Wed, 22 Feb 2012 15:57:50 +0100 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 924fa62..e736d94 100644 --- a/Makefile +++ b/Makefile @@ -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/ -- cgit v1.2.3-24-g4f1b