mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Move self-created files to a RW filesystem.
Noticed by: bento.
This commit is contained in:
parent
d18f9ea442
commit
eb4b2539fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73632
@ -18,6 +18,7 @@ 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,11 +86,11 @@ pre-install:
|
||||
@ ${MKDIR} ${KSITS_DRIVER_DIR}
|
||||
@ ${MKDIR} ${KSITS_DOCDIR}
|
||||
@ ${ECHO} KLH10 contains a setuid that accepts network connections. \
|
||||
> ${PKGDIR}/pkg-message
|
||||
> ${PKGMESSAGE}
|
||||
@ ${ECHO} Consider using a firewall to limit access to KLH10. \
|
||||
>> ${PKGDIR}/pkg-message
|
||||
@ ${ECHO} See the ${KSITS_DOCDIR}/pubits/adm >> ${PKGDIR}/pkg-message
|
||||
@ ${ECHO} for firewall documentation. >> ${PKGDIR}/pkg-message
|
||||
>> ${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}
|
||||
|
Loading…
Reference in New Issue
Block a user