]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: remove misleading information
authorSami Kerola <kerolasa@iki.fi>
Sun, 24 Jul 2011 15:28:21 +0000 (17:28 +0200)
committerSami Kerola <kerolasa@iki.fi>
Sun, 24 Jul 2011 15:28:21 +0000 (17:28 +0200)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
hwclock/Makefile.am
hwclock/README.hwclock

index 7042d9c3aa0df03cfb686072f3fd4a26a5c48dfa..2dd70b301aa2329976f43e26ec1415478f76cdde 100644 (file)
@@ -15,4 +15,4 @@ if HAVE_AUDIT
 hwclock_LDADD += -laudit
 endif
 
-EXTRA_DIST = README.hwclock clock-ppc.c
+EXTRA_DIST = README.hwclock
index ba8bc44c37a5e9b50ba7287609006145d4578a54..5c364212cc749b062f559aa85608210427db917b 100644 (file)
@@ -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).