drac.patch update for drac 1.12

Hendrik Visage hvisage at envisage.co.za
Sat Feb 1 17:32:29 GMT 2003


On Sat, Feb 01, 2003 at 05:30:27PM +0200, Hendrik Visage wrote:
> 

And as usual, it's the second post :(

> Then please replace with the attached drac.patch :)
> 
> thanx
> Hendrik
> _______________________________________________
> Lunar mailing list
> Lunar at lunar-linux.org
> http://lunar-linux.org/mailman/listinfo/lunar
-------------- next part --------------
*** Makefile	2003-01-12 22:45:12.000000000 +0200
--- /home/hvisage/Makefile	2003-02-01 17:26:19.000000000 +0200
***************
*** 5,13 ****
  
  # Paths
  
! INSTALL = /usr/ucb/install
! EBIN = /usr/local/sbin
! MAN = /usr/local/man/man
  
  # OS-Dependant settings
  
--- 5,13 ----
  
  # Paths
  
! INSTALL = /usr/bin/install
! EBIN = /usr/sbin
! MAN = /usr/share/man/man
  
  # OS-Dependant settings
  
***************
*** 33,58 ****
  # -DCIDR_KEY	# keys in CIDR format
  # -DTERM_KD	# keys and data nul-terminated
  
! DEFS = -DTI_RPC -DFCNTL_LOCK -DSYSINFO
  
  # Compiler flags 
  CC = cc
  RANLIB = :
! CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-4.1.25/build_unix
  #CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-3.1.17/build_unix
  #CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-2.4.14/Unix
  #CFLAGS = $(DEFS) -g -I/usr/local/src/db/db.1.85/PORT/sunos.5.2/include
! LDLIBS = -L/usr/local/src/db/db-4.1.25/build_unix -lnsl -ldb-4.1
  #LDLIBS = -L/usr/local/src/db/db-3.1.17/build_unix -lnsl -ldb
  #LDLIBS = -L/usr/local/src/db/db-2.4.14/Unix -lnsl -ldb
  #LDLIBS = -L/usr/local/src/db/db.1.85/PORT/sunos.5.2 -lnsl -ldb
! TSTLIBS = -L. -ldrac -lnsl
! RPCGENFLAGS = 
  #RPCGENFLAGS = -C
  
  # Man sections
  MANLIB = 3
! MANADM = 1m
  
  ## Nothing to change after this point
  
--- 33,58 ----
  # -DCIDR_KEY	# keys in CIDR format
  # -DTERM_KD	# keys and data nul-terminated
  
! DEFS = -DSOCK_RPC -DFCNTL_LOCK -DGETHOST -DDASH_C
  
  # Compiler flags 
  CC = cc
  RANLIB = :
! CFLAGS = $(DEFS) -g 
  #CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-3.1.17/build_unix
  #CFLAGS = $(DEFS) -g -I/usr/local/src/db/db-2.4.14/Unix
  #CFLAGS = $(DEFS) -g -I/usr/local/src/db/db.1.85/PORT/sunos.5.2/include
! LDLIBS = -ldb
  #LDLIBS = -L/usr/local/src/db/db-3.1.17/build_unix -lnsl -ldb
  #LDLIBS = -L/usr/local/src/db/db-2.4.14/Unix -lnsl -ldb
  #LDLIBS = -L/usr/local/src/db/db.1.85/PORT/sunos.5.2 -lnsl -ldb
! TSTLIBS = -L. -ldrac 
! RPCGENFLAGS = -C -I
  #RPCGENFLAGS = -C
  
  # Man sections
  MANLIB = 3
! MANADM = 1
  
  ## Nothing to change after this point
  


More information about the Lunar mailing list