[Ovirt-devel] [PATCH node] make it harder to omit backslashes in the lists

Alan Pevec apevec at redhat.com
Sun Jan 18 15:46:57 UTC 2009


make them more visible by aligning them far right
---
 scripts/ovirt-functions |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions
index 2e62fc4..13dcae0 100644
--- a/scripts/ovirt-functions
+++ b/scripts/ovirt-functions
@@ -17,17 +17,17 @@ OVIRT_STANDALONE=${OVIRT_STANDALONE:-0}
 OVIRT_BACKUP_DIR=/var/lib/ovirt-backup
 
 OVIRT_CONFIG_FILES="\
- /etc/sysconfig/network-scripts/ifcfg-* \
- /etc/rsyslog.conf \
- /etc/libvirt/libvirtd.conf \
- /etc/sasl2/libvirt.conf \
- /etc/libvirt/passwd.db \
- /etc/passwd \
- /etc/shadow \
- /etc/ssh/ssh_host*_key* \
- /etc/default/ovirt \
- /etc/sysconfig/network \
- /etc/collectd.conf \
+ /etc/sysconfig/network-scripts/ifcfg-*         \
+ /etc/rsyslog.conf                              \
+ /etc/libvirt/libvirtd.conf                     \
+ /etc/sasl2/libvirt.conf                        \
+ /etc/libvirt/passwd.db                         \
+ /etc/passwd                                    \
+ /etc/shadow                                    \
+ /etc/ssh/ssh_host*_key*                        \
+ /etc/default/ovirt                             \
+ /etc/sysconfig/network                         \
+ /etc/collectd.conf                             \
  /etc/logrotate.d/ovirt-logrotate.conf
 "
 
-- 
1.6.0.6




More information about the ovirt-devel mailing list