summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-03 11:57:15 +0000
committerRoy Marples <roy@marples.name>2008-06-03 11:57:15 +0000
commit587051ec679229632d107b24f61d01191f58bc73 (patch)
treecb71157669035c5515b96908dccdb8669c705565 /src/rc/Makefile
parentf2ea7ca51443f2fec41a6a3cbcf468fa84be2a90 (diff)
downloadopenrc-587051ec679229632d107b24f61d01191f58bc73.tar.gz
openrc-587051ec679229632d107b24f61d01191f58bc73.tar.bz2
openrc-587051ec679229632d107b24f61d01191f58bc73.tar.xz
Add the ewaitfile function so init scripts can wait until sockts are created, Gentoo #175783.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 17d6330..206d66b 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -13,7 +13,7 @@ LINKDIR= ${PREFIX}/${LIBNAME}/${PROG}
BINLINKS= rc-status
SBINLINKS= rc-service rc-update runscript start-stop-daemon
RC_BINLINKS= einfon einfo ewarnn ewarn eerrorn eerror ebegin eend ewend \
- eindent eoutdent esyslog eval_ecolors \
+ eindent eoutdent esyslog eval_ecolors ewaitfile \
veinfo vewarn vebegin veend vewend veindent veoutdent \
service_starting service_started \
service_stopping service_stopped \