From: Sami Kerola Date: Sun, 24 Jul 2011 15:28:21 +0000 (+0200) Subject: hwclock: remove misleading information X-Git-Tag: v2.20-rc1~23^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d8ee8dad5392089cba182c5a0036160872da359;p=thirdparty%2Futil-linux.git hwclock: remove misleading information Signed-off-by: Sami Kerola --- diff --git a/hwclock/Makefile.am b/hwclock/Makefile.am index 7042d9c3aa..2dd70b301a 100644 --- a/hwclock/Makefile.am +++ b/hwclock/Makefile.am @@ -15,4 +15,4 @@ if HAVE_AUDIT hwclock_LDADD += -laudit endif -EXTRA_DIST = README.hwclock clock-ppc.c +EXTRA_DIST = README.hwclock diff --git a/hwclock/README.hwclock b/hwclock/README.hwclock index ba8bc44c37..5c364212cc 100644 --- a/hwclock/README.hwclock +++ b/hwclock/README.hwclock @@ -15,13 +15,3 @@ To install setuid root, do something like this: In any case, hwclock will not allow you to set anything unless you have the superuser _real_ uid. (This is restriction is not necessary if you haven't installed setuid root, but it's there for now). - -You may want to preformat and/or compress the man page before installing. - -If you want to build hwclock, just cd to the source directory and invoke -make with no parameters. - -hwclock calls option processing routines in the libsshopt library, -which is part of Sverre H. Huseby's "shhopt" package. You -can find a more authoritative copy of this package on metalab -(ftp://metalab.unc.edu/pub/Linux/libs/shhopt-X.Y).