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
This commit is contained in:
Stephan Kulow 2015-06-22 08:42:43 +00:00 committed by Git OBS Bridge
parent 945a520560
commit fd797ab9c6
2 changed files with 6 additions and 1 deletions

View File

@ -188,7 +188,7 @@
%sysc_fillup() \ %sysc_fillup() \
if [ -x /bin/fillup ] ; then \ if [ -x /bin/fillup ] ; then \
if [ -f $SYSC_TEMPLATE ] ; 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 \ mkdir -p /etc/sysconfig/$SD_NAME \
touch /etc/sysconfig/$SD_NAME$PNAME \ touch /etc/sysconfig/$SD_NAME$PNAME \
/bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE \ /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE \

View File

@ -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 Fri Feb 27 12:21:40 UTC 2015 - coolo@suse.com