Accepting request 257579 from home:Ledest:misc

fix shebang of rsyslog-service-prepare script (there is bash-specific substitution).

OBS-URL: https://build.opensuse.org/request/show/257579
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=209
This commit is contained in:
Dirk Mueller 2014-10-21 20:21:44 +00:00 committed by Git OBS Bridge
parent 3fb41e6188
commit 84677a0196
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
test -s "/etc/sysconfig/syslog" && \
. "/etc/sysconfig/syslog"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 18 20:45:12 UTC 2014 - Led <ledest@gmail.com>
- fix shebang of rsyslog-service-prepare script
-------------------------------------------------------------------
Sat Oct 4 20:08:12 UTC 2014 - andreas.stieger@gmx.de