diff options
author | greg@kroah.com <greg@kroah.com> | 2004-03-02 22:54:00 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:07 -0700 |
commit | e729cb0b733390d4955d7f79cc5c7915dd1f41ce (patch) | |
tree | af7f9ba95d6aabd9d1b2dc3e9187d61e36846ea5 /udev.spec | |
parent | a8b41e072c01df8b3a31685e44dba145feaafc21 (diff) |
[PATCH] make spec file turn off selinux support by default.
Diffstat (limited to 'udev.spec')
-rw-r--r-- | udev.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ # if we want to build SELinux support in or not. # 0 - no SELinux support # 1 - SELinux support -%define selinux 1 +%define selinux 0 # if we want to enable debugging support in udev. If it is enabled, lots of # stuff will get sent to the debug syslog. |