Browse Source

Tobias Schmidt:


			
			
				rocklinux
			
			
		
Tobias Schmidt 20 years ago
parent
commit
140ea79254
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package/tschmidt/unreal-ircd/unreal-ircd.conf
  2. +1
    -1
      package/tschmidt/unreal-ircd/unreal-ircd.init

+ 1
- 1
package/tschmidt/unreal-ircd/unreal-ircd.conf

@ -27,7 +27,7 @@ fi
extraconfopt="$extraconfopt --with-bufferpool=$ROCKCFG_PKG_UNREAL_BUFPOOLS"
extraconfopt="$extraconfopt --with-fd-setsize=$ROCKCFG_PKG_UNREAL_MAXCON"
extraconfopt="$extraconfopt $ROCKCFG_PKG_UNREAL_ADDITIONAL"
extraconfopt="$extraconfopt --with-dpath=$root/$prefix/config --with-spath=$root/$prefix/ircd"
extraconfopt="$extraconfopt --with-dpath=$root/$prefix/config --with-spath=$root/$prefix/bin/ircd"
postmake="mkdir -p $root/$prefix/config/tmp"
postmake="$postmake && install_init unreal-ircd $confdir/unreal-ircd.init"

+ 1
- 1
package/tschmidt/unreal-ircd/unreal-ircd.init

@ -29,7 +29,7 @@
main_begin
block_begin(start, `Starting Unreal IRC Daemon.')
check(`D_prefix/ircd')
check(`D_prefix/bin/ircd')
block_end
block_begin(rehash, `Rehashing Unreal IRC Daemon configuration')
check(`killall -1 ircd')

Loading…
Cancel
Save