Split our rc commands out into general use vs service commands

This commit is contained in:
Roy Marples
2007-09-24 12:09:43 +00:00
parent 71e0d9e371
commit e95cea3d86
4 changed files with 60 additions and 35 deletions

View File

@@ -56,6 +56,8 @@ install::
if test $(LIB) != "lib" ; then \
sed -i'.bak' -e 's,/lib/,/$(LIB)/,g' $(DESTDIR)/$(RC_LIB)/sh/functions.sh || exit $$? ; \
rm -f $(DESTDIR)/$(RC_LIB)/sh/functions.sh.bak ; \
sed -i'.bak' -e 's,/lib/,/$(LIB)/,g' $(DESTDIR)/$(RC_LIB)/sh/rc-functions.sh || exit $$? ; \
rm -f $(DESTDIR)/$(RC_LIB)/sh/rc-functions.sh.bak ; \
fi
layout: