Fix logfile permission checking

This commit is contained in:
Garrett Holmstrom 2011-09-23 16:31:33 -07:00
parent dace9fa111
commit 313587125f
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@ ssh_pwauth: 0
cc_ready_cmd: ['/bin/true']
mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
syslog_fix_perms: ~
locale_configfile: /etc/sysconfig/i18n
cloud_init_modules:

View File

@ -2,7 +2,7 @@
Name: cloud-init
Version: 0.6.2
Release: 0.2.bzr450%{?dist}
Release: 0.3.bzr450%{?dist}
Summary: Cloud instance init scripts
Group: System Environment/Base
@ -152,6 +152,9 @@ fi
%changelog
* Fri Sep 23 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.3.bzr450
- Fixed logfile permission checking
* Fri Sep 23 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.2.bzr450
- Updated tzsysconfig patch