mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
17 lines
835 B
Text
17 lines
835 B
Text
--- networks/makenet 2004-04-25 01:19:28.000000000 +0200
|
|
+++ networks/makenet 2009-08-18 16:21:50.000000000 +0200
|
|
@@ -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
|