summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-24 17:15:14 +0000
committerRoy Marples <roy@marples.name>2008-05-24 17:15:14 +0000
commitee4e620abbd8cf362c36047bea040c692bd9f282 (patch)
treeb2543714dc22ad0678a437d1e409404a2a506485 /config.h
parent759f2a055abd3b4b705bdb942128c9772697b6f8 (diff)
downloaddhcpcd-ee4e620abbd8cf362c36047bea040c692bd9f282.tar.xz
Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixes
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 3ec2aab3..9a7b3999 100644
--- a/config.h
+++ b/config.h
@@ -77,7 +77,7 @@
# define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
#endif
#ifndef SCRIPT
-# define SCRIPT LIBEXECDIR "/" PACKAGE ".sh"
+# define SCRIPT LIBEXECDIR "/" PACKAGE "-run-hooks"
#endif
#ifndef DUID
# define DUID SYSCONFDIR "/" PACKAGE ".duid"