diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-10-11 12:57:42 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-10-11 12:57:42 +0000 |
commit | ea59dcbdbed15ca5bd60f50cd8107451e74928dd (patch) | |
tree | 4f2103a8f01953cdc8d201cbc22c585a42a3a5cd /Makefile | |
parent | ecdbb8c4d4a9aa37f6c3e1ece96f0cf7f3c8fd6b (diff) | |
download | acf-alpine-baselayout-ea59dcbdbed15ca5bd60f50cd8107451e74928dd.tar.bz2 acf-alpine-baselayout-ea59dcbdbed15ca5bd60f50cd8107451e74928dd.tar.xz |
Added rc controller to alpine-baselayout and rc functionality to processinfo library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ APP_DIST=\ logfiles* \ syslog* \ skins* \ + rc* \ EXTRA_DIST=README Makefile config.mk |