diff options
author | Jim Pryor <profjim@jimpryor.net> | 2009-09-14 05:43:42 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-09-14 08:25:14 +0200 |
commit | ae4adf79c86e1c77192dc0022ead9b46214418fe (patch) | |
tree | 6229228b6bb1115909765b097cba5364832a2a50 /contrib | |
parent | 06f6fab07786329be1d4b03a09c5af177cadd609 (diff) | |
download | netctl-ae4adf79c86e1c77192dc0022ead9b46214418fe.tar.gz netctl-ae4adf79c86e1c77192dc0022ead9b46214418fe.tar.xz |
load hooks only from /usr/lib/network/hooks
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/logging.hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/logging.hook b/contrib/logging.hook index bf6b787..163bbfa 100755 --- a/contrib/logging.hook +++ b/contrib/logging.hook @@ -1,5 +1,5 @@ ### Sample netcfg hook script for logging/debugging connections -### To install, make this executable and put it in /etc/network.d/hooks +### To install, make this executable and put it in /usr/lib/network/hooks . /etc/rc.conf |