From 8df3f4691e6afecdb181c0a0734d95305926a8a9 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Tue, 25 Mar 2008 15:33:10 +0100 Subject: [PATCH] Fixed postgresql daemon location. --- src/data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.sh b/src/data.sh index d4ccb20..b771acb 100644 --- a/src/data.sh +++ b/src/data.sh @@ -107,7 +107,7 @@ openssh-cn root /usr/sbin/sshd OpenSSH ossec-hids-cn ossecm /var/ossec/bin/ossec OSSec postfix-cn root /usr/lib/postfix/master Postfix postfix-cn root /usr/sbin/saslauthd SASL authentication -postgresql postgres /usr/lib/postgresql/bin/postmaster PostgreSQL +postgresql postgres /usr/lib/postgresql/7.4/bin/postmaster PostgreSQL samba-cn root /usr/sbin/smbd Samba snort-cn snort /usr/sbin/snort Snort spamassassin-cn dcc /usr/sbin/dccifd DCC client -- 1.7.10.4