Bug 104927 - Typos in xbms startup script port
Summary: Typos in xbms startup script port
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 10:30 UTC by spam
Modified: 2006-10-31 22:50 UTC (History)
0 users

See Also:


Attachments
file.diff (276 bytes, patch)
2006-10-30 10:30 UTC, spam
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description spam 2006-10-30 10:30:21 UTC
	The XBMS port (net/xbms) is shipped with a shell startup script, which looks for xbms
	in the wrong place:
	command=%%PREFIX%%/sbin/${name}  whereas xbms is in bin/ (see pkg-plist).
	Also, there is a typo here: required_files=%%PREFIX%%/etc/$[name}.conf instead of {name}.

Fix: For the xbms binary path, one should probably change the pkg-plist instead of startup script.
	For the typo:
How-To-Repeat: 	Build and install xbms port. Run it.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-10-31 22:42:57 UTC
State Changed
From-To: open->closed

Fixed in CVS (bracket typo, location of binary)
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-31 22:43:01 UTC
pav         2006-10-31 22:42:50 UTC

  FreeBSD ports repository

  Modified files:
    net/xbms             Makefile 
    net/xbms/files       xbms.in 
  Log:
  - Fix rc script
  
  PR:             ports/104927
  Submitted by:   <spam@anthologeek.net>
  
  Revision  Changes    Path
  1.8       +1 -1      ports/net/xbms/Makefile
  1.2       +2 -2      ports/net/xbms/files/xbms.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"