diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-07 11:32:08 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-07 11:32:08 -0700 |
commit | 97d506b6248bdbf2ee0560dd2518739b291a87a1 (patch) | |
tree | ec4145a197277e92ab87d02877f5e28540617d9b /debian | |
parent | 8d30a6cdee36d550274468f47971892b0762f35d (diff) | |
download | vyatta-cfg-firewall-97d506b6248bdbf2ee0560dd2518739b291a87a1.tar.gz vyatta-cfg-firewall-97d506b6248bdbf2ee0560dd2518739b291a87a1.zip |
Fix dependency on sysklogd
The Vyatta packages should not depend on which package provides
syslog service, only that it exists. This allows replacing sysklogd
with rsyslog or syslog-ng.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fbd01b9..89dcda5 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: sed (>= 4.1.5), vyatta-bash | bash (>= 3.1), sysv-rc, ntp, - sysklogd, + system-log-daemon, busybox, whois, sudo, |