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

Re: 2.3.1-14



At Wed, 26 Feb 2003 18:34:50 +0900,
GOTO Masanori wrote:
> 
> At Wed, 26 Feb 2003 17:02:28 +1000,
> Anthony Towns wrote:
> > Ugh. Surely the postinst should be changed to do something like:
> >
> > 	if [ -d /usr/lib/file-rc/. -o -d /usr/share/file-rc/. ]
> > 	then
> > 		update-rc.d "$@" >/dev/null
> > 		return $?
> > 	fi
> > 
> > 	# sysvinit-style hack follows
> >
> > or, more sanely, something like:
> > 
> > 	if [ -x /usr/sbin/update-rc.d ]
> > 	then
> > 		update-rc.d "$@" >/dev/null
> > 		return $?
> > 	fi
> > 
> > 	# sysvinit-style hack follows
> 
> The latter is picked up.

"the former".  The latter is no meaning to put updatercd().

-- gotom



Reply to: