SPECS: otrs.spec - added config for online configuration
blues
blues at pld-linux.org
Mon Nov 7 09:53:46 CET 2005
Author: blues Date: Mon Nov 7 08:53:46 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added config for online configuration
---- Files affected:
SPECS:
otrs.spec (1.60 -> 1.61)
---- Diffs:
================================================================
Index: SPECS/otrs.spec
diff -u SPECS/otrs.spec:1.60 SPECS/otrs.spec:1.61
--- SPECS/otrs.spec:1.60 Fri Nov 4 12:04:10 2005
+++ SPECS/otrs.spec Mon Nov 7 09:53:41 2005
@@ -12,7 +12,7 @@
Name: otrs
Version: 2.0.3
%define vrel 01
-Release: 0.3
+Release: 0.4
Epoch: 1
License: GPL
Group: Applications/Databases
@@ -177,6 +177,9 @@
install $RPM_BUILD_ROOT/etc/%{name}/mailfilter $RPM_BUILD_ROOT/etc/%{name}/mailfilter.dist
install $RPM_BUILD_ROOT/etc/%{name}/Config.pm $RPM_BUILD_ROOT/etc/%{name}/Config.pm.dist
install $RPM_BUILD_ROOT/etc/%{name}/GenericAgent.pm $RPM_BUILD_ROOT/etc/%{name}/GenericAgent.pm.dist
+# File for on-line configuration:
+touch $RPM_BUILD_ROOT/etc/%{name}/ZZZAAuto.pm
+ln -sf /etc/otrs/ZZZAAuto.pm $RPM_BUILD_ROOT%{otrsdir}/Kernel/Files/ZZZAAuto.pm
#link to proper places
ln -sf ../../../etc/otrs/procmailrc $RPM_BUILD_ROOT%{otrsdir}/.procmailrc
ln -sf ../../../etc/otrs/fetchmailrc $RPM_BUILD_ROOT%{otrsdir}/.fetchmailrc
@@ -231,6 +234,7 @@
%attr(600,otrs,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/mailfilter
%attr(640,otrs,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/Config.pm
%attr(640,otrs,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/GenericAgent.pm
+%attr(660,otrs,http) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/ZZZAAuto.pm
%attr(640,otrs,http) %{_sysconfdir}/%{name}/*.dist
%attr(644,otrs,http) %config(noreplace) %verify(not size mtime md5) %{otrsdir}/var/cron/*
%attr(754,root,root) /etc/rc.d/init.d/%{name}
@@ -347,6 +351,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.61 2005/11/07 08:53:41 blues
+- added config for online configuration
+
Revision 1.60 2005/11/04 11:04:10 luzik
- added missed dirs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/otrs.spec?r1=1.60&r2=1.61&f=u
More information about the pld-cvs-commit
mailing list