summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn P. Davis <zhen@gentoo.org>2003-06-08 19:28:36 +0000
committerJohn P. Davis <zhen@gentoo.org>2003-06-08 19:28:36 +0000
commitaa4be0f9df4e6b9eecd5e1de77dcf0aacaf401e7 (patch)
treea732924870a8f0f2e714d89baffb72485fa3380a /sys-apps
parentcreated the rc script, cleaned up the auditd.conf (/etc/conf.d) and put some ... (diff)
downloadhistorical-aa4be0f9df4e6b9eecd5e1de77dcf0aacaf401e7.tar.gz
historical-aa4be0f9df4e6b9eecd5e1de77dcf0aacaf401e7.tar.bz2
historical-aa4be0f9df4e6b9eecd5e1de77dcf0aacaf401e7.zip
added some changes to the changelog
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/sal-client/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys-apps/sal-client/ChangeLog b/sys-apps/sal-client/ChangeLog
index 3dcca209485a..df3ebf5ff4f9 100644
--- a/sys-apps/sal-client/ChangeLog
+++ b/sys-apps/sal-client/ChangeLog
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sal-client/ChangeLog,v 1.2 2003/06/08 18:11:41 zhen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sal-client/ChangeLog,v 1.3 2003/06/08 19:28:36 zhen Exp $
*sal-client-1.0_rc3 (08 Jun 2003)
@@ -12,3 +12,15 @@
double check auditd.confd
necesary warning messages about log storage
+ 08 Jun 2003; zhen <zhen@gentoo.org> sal-client-1.0_rc3.ebuild,
+ files/auditd.confd, files/sal-client-init:
+ I fixed most of the stuffs in the TODO (see below)
+ as well as adding a pkg_config() to the ebuild. Additionally,
+ I added some warnings about security in regard to storing the
+ buffered log files on the local macine. Lastly, I changed the
+ openssl dep to >=0.9.6j, because 0.9.7b is p.masked, and it b0rks
+ the user's system
+ TODO: rc-script (Done)
+ pkg_config (Done)
+ double check auditd.conf(Done)
+ warning messages (Done)