Bug 69285 - [PATCH] Do not install fd.sh
Summary: [PATCH] Do not install fd.sh
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: lkoeller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-19 14:20 UTC by Dan Langille
Modified: 2004-07-25 13:38 UTC (History)
1 user (show)

See Also:


Attachments
bacula.diff (1.20 KB, patch)
2004-07-19 14:20 UTC, Dan Langille
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Langille 2004-07-19 14:20:24 UTC
	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/
Comment 1 Dan Langille 2004-07-19 15:05:22 UTC
The original patch was reversed.  Below is the correct patch.  Sorry.

diff -ruN /usr/ports/sysutils/bacula/files/patch-scripts-Makefile.in /home/dan/src/bacula/bacula-port/files/patch-scripts-Makefile.in
--- /usr/ports/sysutils/bacula/files/patch-scripts-Makefile.in	Mon May  3 05:44:37 2004
+++ /home/dan/src/bacula/bacula-port/files/patch-scripts-Makefile.in	Mon Jul 19 08:59:04 2004
@@ -26,7 +26,6 @@
 ! #	$(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 /usr/ports/sysutils/bacula/pkg-plist /home/dan/src/bacula/bacula-port/pkg-plist
--- /usr/ports/sysutils/bacula/pkg-plist	Sun Jul  4 05:44:43 2004
+++ /home/dan/src/bacula/bacula-port/pkg-plist	Mon Jul 19 08:59:35 2004
@@ -3,7 +3,6 @@
 %%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
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-07-19 20:53:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lkoeller

Over to maintainer
Comment 3 lkoeller freebsd_committer freebsd_triage 2004-07-25 13:37:47 UTC
State Changed
From-To: open->closed

o) Just commit corrections