diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-21 08:50:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-21 08:50:23 +0800 |
commit | 2c6a56f911b074095952127f23583c1656b9152e (patch) | |
tree | 06cc0ac1367076fce3c46ceb8b993425e6faaa3e | |
parent | f358f2121bceb3fc7025e93e01dc5aca9d178417 (diff) | |
download | freebsd-ports-gnome-2c6a56f911b074095952127f23583c1656b9152e.tar.gz freebsd-ports-gnome-2c6a56f911b074095952127f23583c1656b9152e.tar.zst freebsd-ports-gnome-2c6a56f911b074095952127f23583c1656b9152e.zip |
Stop automatic generation of the pkg-message for emulators/klh10
PR: ports/47254
Submitted by: Ken Stailey <kstailey@yahoo.com>
-rw-r--r-- | emulators/klh10/Makefile | 7 | ||||
-rw-r--r-- | emulators/klh10/pkg-message | 4 |
2 files changed, 2 insertions, 9 deletions
diff --git a/emulators/klh10/Makefile b/emulators/klh10/Makefile index 35bf5fdcadc7..e6d909e392dd 100644 --- a/emulators/klh10/Makefile +++ b/emulators/klh10/Makefile @@ -18,7 +18,6 @@ ONLY_FOR_ARCHS= i386 BUILD_WRKSRC= ${WRKSRC}/bld/fbx86 INSTALL_WRKSRC= ${BUILD_WRKSRC} -PKGMESSAGE= ${WRKDIR}/pkg-message # KSITS_ prefix for Komputer Small Incompatible Timesharing System # a KLH10 configuration. @@ -85,12 +84,6 @@ pre-install: @ ${MKDIR} ${KSITS_KLH10_HOME} @ ${MKDIR} ${KSITS_DRIVER_DIR} @ ${MKDIR} ${KSITS_DOCDIR} - @ ${ECHO} KLH10 contains a setuid that accepts network connections. \ - > ${PKGMESSAGE} - @ ${ECHO} Consider using a firewall to limit access to KLH10. \ - >> ${PKGMESSAGE} - @ ${ECHO} See the ${KSITS_DOCDIR}/pubits/adm >> ${PKGMESSAGE} - @ ${ECHO} for firewall documentation. >> ${PKGMESSAGE} post-install: .for file in ${KSITS_NATIVE_PROGS} ${KSITS_EM_DRIVERS} ${KSITS_EM_SDRIVERS} diff --git a/emulators/klh10/pkg-message b/emulators/klh10/pkg-message index 17c01bc52818..0ef554e628af 100644 --- a/emulators/klh10/pkg-message +++ b/emulators/klh10/pkg-message @@ -1,4 +1,4 @@ +Install notice: + KLH10 contains a setuid that accepts network connections. Consider using a firewall to limit access to KLH10. -See the /home/edwin/ports/local5/share/doc/klh10-ks-its/pubits/adm -for firewall documentation. |