[apparmor] [patch] Convert SubDomain references to AppArmor.

Jesse Michael jesse at lonelyrhinoceros.com
Sat Sep 11 19:54:25 BST 2010


On Sat, Sep 11, 2010 at 07:54:18AM -0700, Steve Beattie wrote:
> > === modified file 'utils/apparmor-utils.spec.in'
> > --- utils/apparmor-utils.spec.in	2008-02-19 18:49:35 +0000
> > +++ utils/apparmor-utils.spec.in	2010-09-11 04:03:15 +0000
> > @@ -83,7 +83,7 @@
> >  %preun
> >  if [ -x "/usr/sbin/sd-event-dispatch.pl" -a -e "/var/run/sd-event-dispatch.init.pid" ] ; then
> >  	echo "Shutting down SubDomain Event daemon" ;
> > -	/sbin/killproc -p /var/run/sd-event-disptach.init.pid -TERM /usr/sbin/sd-event-dispatch.pl >& /dev/null ;
> > +	/sbin/killproc -p /var/run/sd-event-dispatch.init.pid -TERM /usr/sbin/sd-event-dispatch.pl >& /dev/null ;
> 
> Heh, nice typo catch; however, did you mean to skip the "SubDomain" in
> the line immediately prior to it?
> 
> Otherwise, ACK from me.

Oh yeah, I was going to ask about that one, but forgot.  It looks like
that's only used to shut down a really old version of the event dispatcher
(from before we even moved from the internal svn tree to forge) if it
happens to be running when the package is upgraded.  I wasn't sure if
people cared about renaming the old historical name there.  Although,
I'll be surprised if anyone ever actually encounters it when upgrading
the package.  :)



More information about the AppArmor mailing list