summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-19 14:46:38 +0000
committerRoy Marples <roy@marples.name>2007-12-19 14:46:38 +0000
commitf02d9b6f6f2dc2f860f32ca625dbd3f73f3a411b (patch)
tree6561bc4a9519b358190b2ac6c9c1aa29e14c2786 /src/Makefile
parented620aec61752b35914aec8841a2576ceb69a277 (diff)
downloadopenrc-f02d9b6f6f2dc2f860f32ca625dbd3f73f3a411b.tar.gz
openrc-f02d9b6f6f2dc2f860f32ca625dbd3f73f3a411b.tar.bz2
openrc-f02d9b6f6f2dc2f860f32ca625dbd3f73f3a411b.tar.xz
checkown -> checkpath
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 602e232..654ea36 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -48,7 +48,7 @@ LIBRCSO = librc.so.$(LIBRCSOVER)
LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o
LDLIBS_LIBRC =
-RCOBJS = checkown.o fstabinfo.o mountinfo.o \
+RCOBJS = checkpath.o fstabinfo.o mountinfo.o \
rc-depend.o rc-logger.o rc-misc.o rc-plugin.o rc-status.o \
rc-update.o \
runscript.o start-stop-daemon.o rc.o
@@ -68,7 +68,7 @@ RC_BINLINKS = einfon einfo ewarnn ewarn eerrorn eerror ebegin eend ewend \
service_stopping service_stopped \
service_inactive service_wasinactive \
service_coldplugged \
- checkown fstabinfo mountinfo rc-depend \
+ checkpath fstabinfo mountinfo rc-depend \
service_get_value service_set_value get_options save_options
RC_SBINLINKS = mark_service_starting mark_service_started \
mark_service_stopping mark_service_stopped \