Fri Mar 6 18:08:39 2015 UTC ()
Removed the "estd: Forked" message

It seems useless to me, and it is inconsistent with the rest of the
initialization scripts.


(khorben)
diff -r1.27 -r1.28 pkgsrc/sysutils/estd/Makefile
diff -r1.20 -r1.21 pkgsrc/sysutils/estd/distinfo
diff -r1.9 -r1.10 pkgsrc/sysutils/estd/patches/patch-aa
diff -r0 -r1.1 pkgsrc/sysutils/estd/patches/patch-estd.c

cvs diff -r1.27 -r1.28 pkgsrc/sysutils/estd/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/estd/Makefile 2015/02/19 00:08:15 1.27
+++ pkgsrc/sysutils/estd/Makefile 2015/03/06 18:08:38 1.28
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.27 2015/02/19 00:08:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2015/03/06 18:08:38 khorben Exp $
2 2
3DISTNAME= estd-r11 3DISTNAME= estd-r11
4PKGNAME= estd-0.11 4PKGNAME= estd-0.11
 5PKGREVISION= 1
5CATEGORIES= sysutils 6CATEGORIES= sysutils
6MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ 7MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.ecademix.com/JohannesHofmann/estd.html 10HOMEPAGE= http://www.ecademix.com/JohannesHofmann/estd.html
10COMMENT= Dynamically sets the CPU-frequency on SpeedStep and PowerNow CPUs 11COMMENT= Dynamically sets the CPU-frequency on SpeedStep and PowerNow CPUs
11LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
12 13
13INSTALLATION_DIRS= share/examples/rc.d 14INSTALLATION_DIRS= share/examples/rc.d
14 15
15ONLY_FOR_PLATFORM= NetBSD-2.99.*-i386 NetBSD-[3-9]*-i386 \ 16ONLY_FOR_PLATFORM= NetBSD-2.99.*-i386 NetBSD-[3-9]*-i386 \
16 NetBSD-[4-9]*-x86_64 DragonFly-*-i386 \ 17 NetBSD-[4-9]*-x86_64 DragonFly-*-i386 \
17 NetBSD-5.99.*-powerpc \ 18 NetBSD-5.99.*-powerpc \

cvs diff -r1.20 -r1.21 pkgsrc/sysutils/estd/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/estd/distinfo 2015/02/19 00:08:15 1.20
+++ pkgsrc/sysutils/estd/distinfo 2015/03/06 18:08:38 1.21
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.20 2015/02/19 00:08:15 wiz Exp $ 1$NetBSD: distinfo,v 1.21 2015/03/06 18:08:38 khorben Exp $
2 2
3SHA1 (estd-r11.tar.gz) = 6c1148d66ff93b2e45af0411f1234fcccd1a2407 3SHA1 (estd-r11.tar.gz) = 6c1148d66ff93b2e45af0411f1234fcccd1a2407
4RMD160 (estd-r11.tar.gz) = 261a6a79e54f2502a50aad79e336259604376f3c 4RMD160 (estd-r11.tar.gz) = 261a6a79e54f2502a50aad79e336259604376f3c
5Size (estd-r11.tar.gz) = 9361 bytes 5Size (estd-r11.tar.gz) = 9361 bytes
6SHA1 (patch-aa) = 0d263f929c700bc14f16a968e330b103cdeea07e 6SHA1 (patch-aa) = d377a38dacee5e93feaf67747d5bf2a7a32c036b
 7SHA1 (patch-estd.c) = e813e795a18fa16ced0070fe7485dff3f3de61ac

cvs diff -r1.9 -r1.10 pkgsrc/sysutils/estd/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/sysutils/estd/patches/patch-aa 2015/02/18 10:34:57 1.9
+++ pkgsrc/sysutils/estd/patches/patch-aa 2015/03/06 18:08:38 1.10
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-aa,v 1.9 2015/02/18 10:34:57 wiz Exp $ 1$NetBSD: patch-aa,v 1.10 2015/03/06 18:08:38 khorben Exp $
2 2
3Use BSD_INSTALL_* instead of directly invoking install(1), add DESTDIR 3Use BSD_INSTALL_* instead of directly invoking install(1), add DESTDIR
4support and install all the files in the proper locations. 4support and install all the files in the proper locations.
5 5
6--- Makefile.orig 2015-02-15 21:12:10.000000000 +0000 6--- Makefile.orig 2015-02-18 21:38:03.000000000 +0000
7+++ Makefile 7+++ Makefile
8@@ -19,7 +19,8 @@ estd: estd.c 8@@ -19,7 +19,8 @@ estd: estd.c
9 all: estd 9 all: estd
10  10
11 install: all 11 install: all
12- install -d -o root -g wheel -m 0755 /usr/local/sbin 12- install -d -o root -g wheel -m 0755 /usr/local/sbin
13- install -s -o root -g wheel -m 0755 estd /usr/local/sbin/estd 13- install -s -o root -g wheel -m 0755 estd /usr/local/sbin/estd
14- install -d -o root -g wheel -m 0755 /usr/local/man/man1 14- install -d -o root -g wheel -m 0755 /usr/local/man/man1
15- install -o root -g wheel -m 0644 estd.1 /usr/local/man/man1/estd.1 15- install -o root -g wheel -m 0644 estd.1 /usr/local/man/man1/estd.1
16+ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/sbin 16+ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/sbin
17+ ${BSD_INSTALL_PROGRAM} estd ${DESTDIR}${PREFIX}/sbin/estd 17+ ${BSD_INSTALL_PROGRAM} estd ${DESTDIR}${PREFIX}/sbin/estd
18+ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 18+ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
19+ ${BSD_INSTALL_MAN} estd.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/estd.1 19+ ${BSD_INSTALL_MAN} estd.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/estd.1

File Added: pkgsrc/sysutils/estd/patches/patch-estd.c
$NetBSD: patch-estd.c,v 1.1 2015/03/06 18:08:38 khorben Exp $

Removed useless "estd: Forked" message

--- estd.c.orig	2015-02-18 21:38:03.000000000 +0000
+++ estd.c
@@ -626,7 +626,6 @@ main(int argc, char *argv[])
 	/* all ok, here we go */
 	if (daemonize) {
 		if (fork()) {
-			printf("estd: Forked\n");
 			exit(0);
 		}
 	} else {