diff options
author | rml@ximian.com <rml@ximian.com> | 2004-03-02 20:27:53 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:07 -0700 |
commit | c58f8c3000b99db5c3810b9f8b1ecc2044070ac1 (patch) | |
tree | acb7acddd1fe34ce893bd706692fa44cdfb3f168 /udev.spec | |
parent | 5ec4899acf4338fec32f8f8c218802a406319971 (diff) |
[PATCH] automatically install correct initscript
On Mon, 2004-03-01 at 20:08, Robert Love wrote:
> Ack, I did not even see that! Thanks.
>
> Let's rip that out, and always use the new built-in logic to determine
> what initscript to install.
Hm, looks like we do not need the %{lsb} and USE_LSB logic at all,
anymore.
Here is the patch, updated, removing both completely.
Diffstat (limited to 'udev.spec')
-rw-r--r-- | udev.spec | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -27,11 +27,6 @@ # 1 - debugging enabled %define debug 0 -# if we want to use the LSB version of the init script or the Redhat one -# 0 - use Redhat: etc/init.d/udev -# 1 - use LSB: etc/init.d/udev.init.LSB -%define lsb 0 - # if we want to build the scsi_id "extra" package or not # 0 - do not build the package # 1 - build it @@ -100,11 +95,6 @@ make DESTDIR=$RPM_BUILD_ROOT install \ %else USE_SELINUX=false \ %endif -%if %{lsb} - USE_LSB=true \ -%else - USE_LSB=false \ -%endif EXTRAS=" \ %if %{scsi_id} extras/scsi_id \ |