Browse Source

Tobias Schmidt:


			
			
				rocklinux
			
			
		
Tobias Schmidt 20 years ago
parent
commit
41c0daec79
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      package/tschmidt/scanlogd/Makefile
  2. +2
    -2
      package/tschmidt/scanlogd/scanlogd.conf

+ 1
- 1
package/tschmidt/scanlogd/Makefile

@ -18,7 +18,7 @@ OBJS = $(OBJS_COMMON) in_linux.o in_nids.o in_pcap.o
default: libnids
install: default
cp scanlogd $(ROOT)/$(PREFIX)/sbin/
cp -f scanlogd $(ROOT)/$(PREFIX)/sbin/
linux: $(OBJS_COMMON) in_linux.o
$(LD) $(LDFLAGS) $(OBJS_COMMON) in_linux.o -o scanlogd

+ 2
- 2
package/tschmidt/scanlogd/scanlogd.conf

@ -1,4 +1,4 @@
premake="echo PREFIX=$prefix > $builddir/scanlogd-$ver/Makefile"
premake="$premake; echo ROOT=$root >> $builddir/scanlogd-$ver/Makefile"
premake="$premake; cat $confdir/Makefile >> $builddir/scanlogd-$ver/Makefile"
var_append premake ";" "echo ROOT=$root >> $builddir/scanlogd-$ver/Makefile"
var_append premake ";" "cat $confdir/Makefile >> $builddir/scanlogd-$ver/Makefile"
postmake="install_init scanlog $confdir/scanlogd.init"

Loading…
Cancel
Save