From fd797ab9c62d5bd8dd25345a4e91908bd7e01a849ba76e5f68b4533d0244f4af Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 22 Jun 2015 08:42:43 +0000 Subject: [PATCH] Accepting request 312944 from home:lmuelle This extra space char eases cut'n'paste of the file name - add a space when printing information about updating a sysconfig file OBS-URL: https://build.opensuse.org/request/show/312944 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=355 --- rpm-suse_macros | 2 +- rpm.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rpm-suse_macros b/rpm-suse_macros index 4b0d795..7c59b23 100644 --- a/rpm-suse_macros +++ b/rpm-suse_macros @@ -188,7 +188,7 @@ %sysc_fillup() \ if [ -x /bin/fillup ] ; then \ if [ -f $SYSC_TEMPLATE ] ; then \ - echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." \ + echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." \ mkdir -p /etc/sysconfig/$SD_NAME \ touch /etc/sysconfig/$SD_NAME$PNAME \ /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE \ diff --git a/rpm.changes b/rpm.changes index 38b5390..4350098 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 21 16:41:03 UTC 2015 - lmuelle@suse.com + +- add a space when printing information about updating a sysconfig file + ------------------------------------------------------------------- Fri Feb 27 12:21:40 UTC 2015 - coolo@suse.com