[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: All services that require a restart from libc6 upgrade...



On Mon, Oct 16, 2000 at 04:27:49PM -0700, Chris Waters wrote:
> Then each affected package could have a file in /etc/nss-restart along
> the lines of:
> 
>   set $(runlevel)  # $2 is now current runlevel
>   name=service
>   rcfile=/etc/rc$2.d/S??$name
insert:
  rcSfile=/etc/rcS.d/S??$name

>   test -f $rcfile && $rcfile restart
insert:
  test -f $rcSfile && $rcSfile restart

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  Julian Gilbey, Dept of Maths, QMW, Univ. of London. J.D.Gilbey@qmw.ac.uk
        Debian GNU/Linux Developer,  see http://www.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/



Reply to: