Fix logfile permission checking
This commit is contained in:
parent
dace9fa111
commit
313587125f
@ -4,6 +4,7 @@ ssh_pwauth: 0
|
|||||||
|
|
||||||
cc_ready_cmd: ['/bin/true']
|
cc_ready_cmd: ['/bin/true']
|
||||||
mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
|
mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
|
||||||
|
syslog_fix_perms: ~
|
||||||
locale_configfile: /etc/sysconfig/i18n
|
locale_configfile: /etc/sysconfig/i18n
|
||||||
|
|
||||||
cloud_init_modules:
|
cloud_init_modules:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: cloud-init
|
Name: cloud-init
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 0.2.bzr450%{?dist}
|
Release: 0.3.bzr450%{?dist}
|
||||||
Summary: Cloud instance init scripts
|
Summary: Cloud instance init scripts
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -152,6 +152,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 23 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.2.bzr450
|
||||||
- Updated tzsysconfig patch
|
- Updated tzsysconfig patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user