ports/69285: [PATCH] Do not install fd.sh

Dan Langille dan at langille.org
Mon Jul 19 13:20:25 UTC 2004


>Number:         69285
>Category:       ports
>Synopsis:       [PATCH] Do not install fd.sh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 13:20:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dan Langille
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan at polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386


	
>Description:
	The port installs an old script fd.sh, which should
	no longer be used. 
	
>How-To-Repeat:
	make install
	see if fd.sh is installed to /usr/local/etc/rc.d/
	
>Fix:

	

--- bacula.diff begins here ---
diff -ruN /home/dan/src/bacula/bacula-port/files/patch-scripts-Makefile.in /usr/ports/sysutils/bacula/files/patch-scripts-Makefile.in
--- /home/dan/src/bacula/bacula-port/files/patch-scripts-Makefile.in	Mon Jul 19 08:59:04 2004
+++ /usr/ports/sysutils/bacula/files/patch-scripts-Makefile.in	Mon May  3 05:44:37 2004
@@ -26,6 +26,7 @@
 ! #	$(INSTALL_SCRIPT) bconsole $(DESTDIR)$(scriptdir)/bconsole
 ! #	$(INSTALL_SCRIPT) gconsole $(DESTDIR)$(scriptdir)/gconsole
 ! 	$(INSTALL_SCRIPT) bacula $(DESTDIR)$(sysconfdir)/rc.d/bacula.sh.sample
+! 	$(INSTALL_SCRIPT) fd $(DESTDIR)$(sysconfdir)/rc.d/fd.sh.sample
 ! #	$(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(scriptdir)/mtx-changer
 ! #	$(INSTALL_DATA)   btraceback.gdb $(DESTDIR)$(scriptdir)/btraceback.gdb
 ! #	$(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback
diff -ruN /home/dan/src/bacula/bacula-port/pkg-plist /usr/ports/sysutils/bacula/pkg-plist
--- /home/dan/src/bacula/bacula-port/pkg-plist	Mon Jul 19 08:59:35 2004
+++ /usr/ports/sysutils/bacula/pkg-plist	Sun Jul  4 05:44:43 2004
@@ -3,6 +3,7 @@
 %%SERVER%%sbin/chio-bacula
 %%SERVER%%sbin/bacula-dir
 sbin/bacula-fd
+etc/rc.d/fd.sh.sample
 %%SERVER%%sbin/bacula-sd
 %%SERVER%%sbin/bextract
 %%SERVER%%sbin/bls
--- bacula.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list