Accepting request 127455 from network:utilities

- Fix restart_on_update usage.
This fixes:
/var/tmp/rpm-tmp.xVimt9: line 9: /etc/init.d//etc/init.d/nbd-server: No such file or directory

Should go into 12.2 as well. (forwarded request 127441 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/127455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nbd?expand=0&rev=26
This commit is contained in:
Ismail Dönmez 2012-07-12 08:49:06 +00:00 committed by Git OBS Bridge
commit ab2736aadf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 10 07:08:17 UTC 2012 - aj@suse.de
- Fix restart_on_update usage.
-------------------------------------------------------------------
Fri May 18 13:44:05 UTC 2012 - tabraham@novell.com

View File

@ -160,7 +160,7 @@ fi
%postun
%{insserv_cleanup}
%restart_on_update /etc/init.d/nbd-server
%restart_on_update nbd-server
%preun
%{stop_on_removal nbd-server}