neozeed ircu2.9.32-linux-hacks.diff
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
#
|
||||
# Change this to the path of your local ircd.conf file
|
||||
#
|
||||
IRCDCONF = /home/407/avalon/ircd.conf
|
||||
IRCDCONF = /usr/local/lib/ircd/ircd.conf
|
||||
|
||||
all: mkpasswd
|
||||
crypt: install
|
||||
|
||||
mkpasswd: mkpasswd.c
|
||||
cc -O mkpasswd.c -o mkpasswd
|
||||
cc -O0 -g mkpasswd.c -o mkpasswd -lcrypt
|
||||
|
||||
install:
|
||||
crypter ${IRCDCONF}
|
||||
|
||||
Reference in New Issue
Block a user