FreeBSD Bugzilla – Attachment 5543 Details for
Bug 13181
port comms/conserver uses mv, echo and cp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.34 KB, created by
Oleg V. Volkov
on 1999-08-17 02:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oleg V. Volkov
Created:
1999-08-17 02:40:00 UTC
Size:
1.34 KB
patch
obsolete
>--- Makefile.old Sat Jun 5 23:49:48 1999 >+++ Makefile Tue Aug 17 05:14:42 1999 >@@ -29,18 +29,18 @@ > > # XXX we also have to work around ``new'' uudecode behavior, thanks guys! > post-extract: >- cp ${FILESDIR}/Makefile ${WRKSRC} >+ ${CP} ${FILESDIR}/Makefile ${WRKSRC} > if [ -f ${WRKSRC}/group.c ]; then \ >- mv ${WRKSRC}/group.c ${WRKSRC}/conserver/group.c ; \ >+ ${MV} ${WRKSRC}/group.c ${WRKSRC}/conserver/group.c ; \ > fi > > post-install: > @if [ ! -f ${PREFIX}/etc/rc.d/conserver.sh ]; then \ >- echo "Installing ${PREFIX}/etc/rc.d/conserver.sh startup file."; \ >- echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/conserver.sh; \ >- echo "if [ -x ${PREFIX}/sbin/conserver -a -f ${PREFiX}/etc/conserver.cf ]; then" >> ${PREFIX}/etc/rc.d/conserver.sh; \ >- echo " ${PREFIX}/sbin/conserver -d -n ; echo -n ' conserver'" >> ${PREFIX}/etc/rc.d/conserver.sh; \ >- echo "fi" >> ${PREFIX}/etc/rc.d/conserver.sh; \ >+ ${ECHO} "Installing ${PREFIX}/etc/rc.d/conserver.sh startup file."; \ >+ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/conserver.sh; \ >+ ${ECHO} "if [ -x ${PREFIX}/sbin/conserver -a -f ${PREFiX}/etc/conserver.cf ]; then" >> ${PREFIX}/etc/rc.d/conserver.sh; \ >+ ${ECHO} " ${PREFIX}/sbin/conserver -d -n ; echo -n ' conserver'" >> ${PREFIX}/etc/rc.d/conserver.sh; \ >+ ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/conserver.sh; \ > chmod 751 ${PREFIX}/etc/rc.d/conserver.sh; \ > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13181
: 5543