]> git.pld-linux.org Git - packages/ffsearch.git/commitdiff
- patch -> right lock and log dir in config
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Thu, 19 Feb 2004 17:40:32 +0000 (17:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffsearch-config.patch -> 1.1
    ffsearch.spec -> 1.23

ffsearch-config.patch [new file with mode: 0644]
ffsearch.spec

diff --git a/ffsearch-config.patch b/ffsearch-config.patch
new file mode 100644 (file)
index 0000000..163863d
--- /dev/null
@@ -0,0 +1,16 @@
+diff -Nur old/ffsearch.conf new/ffsearch.conf
+--- old/ffsearch.conf  2004-02-02 07:56:24.000000000 +0000
++++ new/ffsearch.conf  2004-02-18 15:06:43.000000000 +0000
+@@ -7,10 +7,10 @@
+ # The name (including path) of the log file.
+ # If you do not want logs, put /dev/null in here
+-log_file              /home/ffsearch/ffsearch.log
++log_file              /var/log/ffsearch/ffsearch.log
+ # The name (including path) of the lock file.
+-lock_file             /home/ffsearch/ffsearch.lock
++lock_file             /var/lock/ffsearch/ffsearch.lock
+ # Debuglevel:
+ #     1 troubleshooting
index 7c17c075fe4b85f9757aafa25f09c9c181c4aeb6..d3d091917dda1afd374e1b45c8897c140b26a8f6 100644 (file)
@@ -9,6 +9,7 @@ Group:          Applications/WWW
 Source0:       http://dl.sourceforge.net/ffsearch/%{name}-%{version}.tar.bz2
 # Source0-md5: b634646e8b8fc13d316a7656d24e392d
 Source1:       %{name}.crond
+Patch0:                %{name}-config.patch
 URL:           http://ffsearch.sf.net/
 BuildRequires: rpm-perlprov >= 4.1-13
 Requires(pre): /usr/bin/getgid
@@ -41,6 +42,7 @@ pocz
 
 %prep
 %setup -q
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.057363 seconds and 4 git commands to generate.