diff options
| author | Roy Marples <roy@marples.name> | 2015-12-22 22:50:34 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-12-22 22:50:34 +0000 |
| commit | 9ac8f9f8119346661ca36cb241f95bfefb76f0d7 (patch) | |
| tree | 9b65e827595819eca68b6911e4f7fc6fd73fa852 /Makefile | |
| parent | b2e291777222bc26d44a620c6ba5d716a4bf9247 (diff) | |
| download | dhcpcd-9ac8f9f8119346661ca36cb241f95bfefb76f0d7.tar.xz | |
Grudgingly accede to the vocal minority that dhcpcd should not attempt to
start wpa_supplicant by default on a wireless interface, even if a wpa_ctrl interface is configured for it and wpa_supplicant is not yet started.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,6 +41,7 @@ SUBDIRS= dhcpcd-hooks ${MKDIRS} SED_RUNDIR= -e 's:@RUNDIR@:${RUNDIR}:g' SED_DBDIR= -e 's:@DBDIR@:${DBDIR}:g' SED_LIBDIR= -e 's:@LIBDIR@:${LIBDIR}:g' +SED_DATADIR= -e 's:@DATADIR@:${DATADIR}:g' SED_HOOKDIR= -e 's:@HOOKDIR@:${HOOKDIR}:g' SED_SERVICEEXISTS= -e 's:@SERVICEEXISTS@:${SERVICEEXISTS}:g' SED_SERVICECMD= -e 's:@SERVICECMD@:${SERVICECMD}:g' @@ -67,7 +68,7 @@ CLEANFILES+= *.tar.xz .in: ${SED} ${SED_RUNDIR} ${SED_DBDIR} ${SED_LIBDIR} ${SED_HOOKDIR} \ - ${SED_SYS} ${SED_SCRIPT} \ + ${SED_SYS} ${SED_SCRIPT} ${SED_DATADIR} \ ${SED_SERVICEEXISTS} ${SED_SERVICECMD} ${SED_SERVICESTATUS} \ $< > $@ |
