|
|
|
|
@ -42,7 +42,7 @@ Source1: rc.samhain
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020826 |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020826, gcc |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20020826 |
|
|
|
|
AutoReq: no |
|
|
|
|
AutoReqProv: no |
|
|
|
|
@ -67,11 +67,16 @@ AutoReqProv: no
|
|
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
--mandir=%{l_prefix}/man \ |
|
|
|
|
--with-config-file=%{l_prefix}/etc/samhain/samhainrc \ |
|
|
|
|
--with-dataroot-prefix=%{l_prefix}/var/samhain \ |
|
|
|
|
--with-state-dir=%{l_prefix}/var/samhain \ |
|
|
|
|
--with-html-file=%{l_prefix}/var/samhain/samhain.html \ |
|
|
|
|
--with-data-file=%{l_prefix}/var/samhain/samhain.data \ |
|
|
|
|
--with-pid-file=%{l_prefix}/var/samhain/samhain.pid \ |
|
|
|
|
--with-log-file=%{l_prefix}/var/samhain/samhain.log |
|
|
|
|
--with-log-file=%{l_prefix}/var/samhain/samhain.log \ |
|
|
|
|
--enable-login-watch \ |
|
|
|
|
--enable-static \ |
|
|
|
|
--disable-khide \ |
|
|
|
|
--enable-suidcheck \ |
|
|
|
|
--with-trusted=0,%{l_muid} |
|
|
|
|
%{l_make} %{l_mflags} |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|