Accepting request 313001 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/313001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=234
This commit is contained in:
Stephan Kulow 2015-07-05 15:50:31 +00:00 committed by Git OBS Bridge
commit e32469f30c
2 changed files with 6 additions and 1 deletions

View File

@ -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 \

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