Handle openrc_services more gracefully.

1) There's no need to specify the trigger anymore.
2) There's no need to add the OpenRC run dependency anymore.

Just specifying $openrc_services is enough.

--HG--
extra : convert_revision : 34e4d6d37a07a18837ef2216474ee0ca6fd55124
This commit is contained in:
Juan RP
2009-05-14 21:26:44 +02:00
parent 513e1aa2ef
commit 9a3f2e7c3d
10 changed files with 9 additions and 20 deletions

View File

@@ -15,8 +15,6 @@ long_desc="
traditional Linux NFS server used by most users."
openrc_services="mountd default nfsd default nfslock default"
triggers="openrc-service"
conf_files="/etc/exports"
Add_dependency full glibc
@@ -24,7 +22,6 @@ Add_dependency full portmap
Add_dependency full libblkid
Add_dependency build tcp_wrappers
Add_dependency run tcp_wrappers-libs
Add_dependency run OpenRC
post_install()
{