From 12f09ae4ebe6366e5b001f6e22c26dfb23e60994 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 8 Jun 2006 17:11:51 +0000 Subject: [PATCH] Made the daemon 64-bit application. Changed the syslog logging to log the daemon's PID Changed OS error logging to log errno number as well the string --- .cvsignore | 1 + cachefilesd.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index a1f3a54..00e325d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ cachefilesd-0.1.tar.bz2 +cachefilesd-0.2.tar.bz2 diff --git a/cachefilesd.spec b/cachefilesd.spec index d363c52..282de15 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,11 +1,11 @@ Name: cachefilesd -Version: 0.1 +Version: 0.2 Release: 1 Summary: CacheFiles userspace management daemon Group: System Environment/Daemons License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root -Source0: cachefilesd-0.1.tar.bz2 +Source0: cachefilesd-0.2.tar.bz2 %description The cachefilesd daemon manages the caching files and directory that are @@ -62,6 +62,11 @@ install -m 755 etc/cachefilesd.initd %{buildroot}%{_sysconfdir}/rc.d/init.d/cach %{_mandir}/*/* %changelog +* Thu Jun 8 2006 Steve Dickson 0.2-1 +- Made the daemon 64-bit application. +- Changed the syslog logging to log the daemon's PID +- Changed OS error logging to log errno number as well the string + * Sat Apr 22 2006 Steve Dickson 0.1-1 - Initial commit diff --git a/sources b/sources index 1ddcc04..1d0e641 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9afa349c2e2eee6021dfcf76e087183c cachefilesd-0.1.tar.bz2 +a4984799d0f7f042780a0d84e54dd271 cachefilesd-0.2.tar.bz2