Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67581 - dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild: typo in dirname, causes startup to fail
Summary: dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild: typo in dirname, causes startup ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-14 13:14 UTC by andy
Modified: 2004-10-15 13:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andy 2004-10-14 13:14:54 UTC
/var/log/dancer-id is kept, not /var/log/dancer-ircd, causing startup to fail

Reproducible: Always
Steps to Reproduce:
1. install
2.
3.




Fix follows:

--- dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild	2004-06-24 17:06:56.000000000 -0600
+++ dancer-ircd/dancer-ircd-1.0.31_p8-r1.benow.ebuild	2004-10-14
14:08:19.238141112 -0600
@@ -85,7 +85,7 @@
 	doexe ${FILESDIR}/dancer-ircd
 
 	dodir /var/log/dancer-ircd/
-	keepdir /var/log/dancer-id
+	keepdir /var/log/dancer-ircd
 
 }
Comment 1 Sven Wegener gentoo-dev 2004-10-15 13:08:02 UTC
Thanks! Fixed in CVS.