ports/irc/unreal/files/patch-makenet
Pav Lucistnik bf23aa58d9 - Update to 3.2.3
PR:		ports/79429
Submitted by:	Gerrit Beine <tux@pinguru.net> (maintainer)
2005-04-11 18:56:40 +00:00

17 lines
813 B
Text

--- networks/makenet Sun Apr 25 01:19:28 2004
+++ networks/makenet Mon Feb 7 04:24:00 2005
@@ -241,10 +241,10 @@
__EOF__
echo ""
-echo "" >> ../unrealircd.conf
-echo "// Added by makenet $DATE" >> ../unrealircd.conf
-echo "include \"networks/$FILE\";" >> ../unrealircd.conf
-echo "All done. I have added \"include \"networks/$FILE\"; to your unrealircd.conf"
+echo "" >> %%PREFIX%%/etc/Unreal/unrealircd.conf
+echo "// Added by makenet $DATE" >> %%PREFIX%%/etc/Unreal/unrealircd.conf
+echo "include \"%%PREFIX%%/share/Unreal/networks/$FILE\";" >> %%PREFIX%%/etc/Unreal/unrealircd.conf
+echo "All done. I have added \"include \"%%PREFIX%%/share/Unreal/networks/$FILE\"; to your unrealircd.conf"
echo "You might want to edit it if you have done makenet before"
echo "Thank you for choosing UnrealIRCd"
exit