From 184fb5c34cdd75d42006b2991e7b6581f432640e Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 14 Jul 2011 16:47:50 +0100 Subject: [PATCH] Make sure rsyslog is install fix #8 --- swift.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/swift.sh b/swift.sh index 2752dbc..0072933 100755 --- a/swift.sh +++ b/swift.sh @@ -13,6 +13,7 @@ USE_RSYSLOG="yes" export DEBIAN_FRONTEND LOOPBACK_DISK_SIZE USER GROUP SWIFT_HASH MY_IP function install_rsyslog() { + apt-get -y install rsyslog cat </etc/rsyslog.d/10-swift.conf # Uncomment the following to have a log containing all logs together #local1,local2,local3,local4,local5.* /var/log/swift/all.log