From: Rob Love <rml@ximian.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: [patch] remove udev from runlevels on uninstall
Date: Tue, 16 Dec 2003 18:19:31 +0000 [thread overview]
Message-ID: <marc-linux-hotplug-107159881229465@msgid-missing> (raw)
In-Reply-To: <marc-linux-hotplug-107159761127969@msgid-missing>
On Tue, 2003-12-16 at 12:59, Bill Nottingham wrote:
> %postun
> if [ $1 = 0 ]; then
> /sbin/chkconfig --del udev
> fi
Ah, much thanks, Bill.
Greg, revised patch is attached. This is on top of my first patch, but
not my second.
Thanks,
Rob Love
udev.spec | 5 +++++
1 files changed, 5 insertions(+)
diff -urN udev-008/udev.spec udev/udev.spec
--- udev-008/udev.spec 2003-12-16 12:04:49.981846152 -0500
+++ udev/udev.spec 2003-12-16 13:18:38.780566408 -0500
@@ -26,6 +26,11 @@
%post
/sbin/chkconfig --add udev
+%postun
+if [ $1 = 0 ]; then
+ /sbin/chkconfig --del udev
+fi
+
%clean
rm -rf $RPM_BUILD_ROOT
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
next prev parent reply other threads:[~2003-12-16 18:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-16 17:59 [patch] remove udev from runlevels on uninstall Bill Nottingham
2003-12-16 18:19 ` Rob Love [this message]
2003-12-16 23:32 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2003-12-16 17:33 Rob Love
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-hotplug-107159881229465@msgid-missing \
--to=rml@ximian.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).