dann frazier wrote:
> OK. Just for my benefit, what's the difference? I assume the 'echo -n'
> above my change should get changed as well?
It's not POSIX and is grandfathered in in policy. So don't worry about
it, really..
--
see shy jo
signature.asc
Description: Digital signature
On Fri, Oct 19, 2007 at 03:52:08PM -0700, Steve Langasek wrote:
> > OK. Just for my benefit, what's the difference? I assume the 'echo -n'
> > above my change should get changed as well?
>
> printf is POSIX, echo -n is faux-POSIX. :) (echo -n is explicitly listed in
> Debian policy as an addition
On Fri, Oct 19, 2007 at 04:34:24PM -0600, dann frazier wrote:
> > > Index: dhclient-script
> > > ===
> > > --- dhclient-script (revision 49779)
> > > +++ dhclient-script (working copy)
> > > @@ -89,6 +89,10 @@
> > >
On Thu, Oct 18, 2007 at 07:50:22PM -0400, Joey Hess wrote:
> dann frazier wrote:
> > + # If DHCP provides multiple servers, ignore all but the first
> > + dhcp_ntp=`echo $RET | cut -d' ' -f1`
>
> Please quote "$RET" here to make it less easy for a rogue NTP server to
> (acciden
dann frazier wrote:
> + # If DHCP provides multiple servers, ignore all but the first
> + dhcp_ntp=`echo $RET | cut -d' ' -f1`
Please quote "$RET" here to make it less easy for a rogue NTP server to
(accidentially) root d-i. :-)
> Index: dhclient-script
> =
tags 447071 + patch
thanks
--
dann frazier
Index: debian/clock-setup.postinst
===
--- debian/clock-setup.postinst (revision 49799)
+++ debian/clock-setup.postinst (working copy)
@@ -13,6 +13,12 @@
fi
db_get clock-setup/ntp
if [ "
6 matches
Mail list logo