Bug 68705 - x11-wm/skippy fails to read configuration file and crashes
Summary: x11-wm/skippy fails to read configuration file and crashes
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: 2004-07-05 18:20 UTC by Li-Lun Wang
Modified: 2004-07-12 12:56 UTC (History)
0 users

See Also:


Attachments
file.diff (1003 bytes, patch)
2004-07-05 18:20 UTC, Li-Lun Wang
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Lun Wang 2004-07-05 18:20:14 UTC
If the sample configuration file is copied to ~/.skippyrc, when skippy runs,
it complains that every non-comment line is invalid and crashes.
The complaint results from two failed regcomp()'s, and the crash results
from the unability to find the end of config string.

How-To-Repeat: cd /usr/ports/x11-wm/skippy
make install
cp /usr/local/share/skippy/skippyrc-default ~/.skippyrc
skippy
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-06 14:16:48 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-07-06 14:17:43 UTC
Forward PR to maintainer for reviewing.

Volker
Comment 3 Michael Johnson 2004-07-09 17:31:53 UTC
with or with out the patch seem to work for me, so please go ahead and 
commit this patch

Thanks for the patch
Michael
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2004-07-12 12:56:36 UTC
State Changed
From-To: feedback->closed

Committed, thanks!