On 30 dec 2008, at 07:02, per...@pluto.rain.com wrote:

  Does anyone know how to run asfiles on windowmaker?
Whereis its executable? (path)

I have no idea what asfiles is, but I would assume
`which asfiles' would tell you where it is located.

... unless it's not in PATH, and the OP is asking which directory
needs to be added.  asfiles is a port which installs into /usr/local,
so I'd expect the executable to be in /usr/local/bin.  If not,

 find /usr/local -name asfiles -print

should find it.


pkg_info -L package

(replace "package" by actual package name)

Shows all files installed by the port, assuming OP installed asfiles through the port.

Peter
--
Http://www.boosten.org
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to