Bug 21422 - msql install fails looking for startup script
Summary: msql install fails looking for startup script
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-20 18:20 UTC by Vivek Khera
Modified: 2001-01-23 14:44 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vivek Khera 2000-09-20 18:20:00 UTC
	
make install in ports/databases/msql fails looking for files/msql2d.sh because that file is not there.

Fix: 

cd files; cp msql2.sh msql2d.sh; cd ..
make install
How-To-Repeat: 
	
make install in ports/databases/msql
Comment 1 Peter Wemm freebsd_committer freebsd_triage 2000-09-25 20:41:55 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

Orphaned PR
Comment 2 FUJISHIMA Satsuki freebsd_committer freebsd_triage 2001-01-23 14:44:25 UTC
State Changed
From-To: open->closed

port fixed, thanks.