SHA256
1
0
forked from pool/systemd

Accepting request 175577 from home:fcrozat:branches:Base:System

- Add configure flags to ensure boot.local/halt.local are run on
  startup/shutdown.

OBS-URL: https://build.opensuse.org/request/show/175577
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=379
This commit is contained in:
Dr. Werner Fink 2013-05-15 06:50:16 +00:00 committed by Git OBS Bridge
parent 94dcf144d7
commit 9d31ef0b1a
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 14 14:22:05 UTC 2013 - fcrozat@suse.com
- Add configure flags to ensure boot.local/halt.local are run on
startup/shutdown.
-------------------------------------------------------------------
Mon May 13 18:08:41 UTC 2013 - rmilasan@suse.com

View File

@ -424,6 +424,8 @@ export V=1
--enable-split-usr \
--disable-static \
--with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" \
--with-rc-local-script-path-start=/etc/init.d/boot.local \
--with-rc-local-script-path-stop=/etc/init.d/halt.local \
CFLAGS="%{optflags}"
make %{?_smp_mflags}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 14 14:22:05 UTC 2013 - fcrozat@suse.com
- Add configure flags to ensure boot.local/halt.local are run on
startup/shutdown.
-------------------------------------------------------------------
Mon May 13 18:08:41 UTC 2013 - rmilasan@suse.com

View File

@ -419,6 +419,8 @@ export V=1
--enable-split-usr \
--disable-static \
--with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" \
--with-rc-local-script-path-start=/etc/init.d/boot.local \
--with-rc-local-script-path-stop=/etc/init.d/halt.local \
CFLAGS="%{optflags}"
make %{?_smp_mflags}