summaryrefslogtreecommitdiff
path: root/irc/unreal/files/patch-makenet
blob: 749e50106f9484e381a97e749bc59cdae7926047 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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