diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-14 11:00:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-14 11:00:23 +0000 |
commit | 34c548ae0afd8b1f6b21d9851db05e755ac67213 (patch) | |
tree | e22177521f3946e8d1cc9f037af7f3cbcb98d241 /security | |
parent | 550567fcc4b5b767384317d33795b2a7423cdc88 (diff) |
USE_RC_SUBR=yes has not done anything for a long time, remove it from
the few remaining ports and make it give an error.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=413252
Diffstat (limited to 'security')
-rw-r--r-- | security/osiris/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile index 08ce269d4980..bc44e4c49a7c 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -12,7 +12,6 @@ COMMENT= Shmoo client/server host integrity checker GNU_CONFIGURE= yes USE_OPENSSL= yes -USE_RC_SUBR= yes OPTIONS_DEFINE= OSIRISMD OSIRISD PRINTDB CLI OPTIONS_DEFAULT= OSIRISD |