|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2009-07-11 10:29:22.000000000 +0200
|
|
|
|
|
+++ Makefile.in 2010-05-26 22:58:24.000000000 +0200
|
|
|
|
|
--- Makefile.in.orig 2009-07-17 23:03:01.000000000 +0200
|
|
|
|
|
+++ Makefile.in 2010-06-15 18:47:15.000000000 +0200
|
|
|
|
|
@@ -46,32 +46,6 @@
|
|
|
|
|
@( cp modules/mod_statistics/SS5Logo.jpg $(dst_dir)$(lib_path_base)/ss5/ )
|
|
|
|
|
@( cp modules/mod_balance/SS5Logo.jpg $(dst_dir)$(lib_path_base)/ss5/ )
|
|
|
|
|
@ -34,7 +34,7 @@ Index: Makefile.in
|
|
|
|
|
@( if [ ! -d $(dst_dir)$(doc_path_base)/ss5 ]; then mkdir -p $(dst_dir)$(doc_path_base)/ss5; fi )
|
|
|
|
|
@( cp License $(dst_dir)$(doc_path_base)/ss5 )
|
|
|
|
|
@( cp -r doc/ldap/* $(dst_dir)$(doc_path_base)/ss5 )
|
|
|
|
|
@@ -99,15 +73,6 @@
|
|
|
|
|
@@ -99,14 +73,6 @@
|
|
|
|
|
@( if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.passwd ]; then cp conf/ss5.passwd $(dst_dir)$(conf_path_base)/ss5; \
|
|
|
|
|
else cp conf/ss5.passwd $(dst_dir)$(conf_path_base)/ss5/ss5.passwd.rpmnew ; fi )
|
|
|
|
|
|
|
|
|
|
@ -46,13 +46,12 @@ Index: Makefile.in
|
|
|
|
|
- else cp doc/pam/examples/ss5.pam $(dst_dir)/etc/pam.d/ss5.rpmnew ; fi ; \
|
|
|
|
|
- fi )
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
.PHONY : uninstall
|
|
|
|
|
uninstall:
|
|
|
|
|
@( if [ -f $(dst_dir)$(bin_path_base)/ss5 ]; then rm -f $(dst_dir)$(bin_path_base)/ss5; fi )
|
|
|
|
|
@( if [ ! -d $(dst_dir)/var/run/ss5 ]; then mkdir -p $(dst_dir)/var/run/ss5; fi )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Index: build/mod_top.mk
|
|
|
|
|
--- build/mod_top.mk.orig 2009-07-11 10:29:22.000000000 +0200
|
|
|
|
|
+++ build/mod_top.mk 2010-05-26 22:58:24.000000000 +0200
|
|
|
|
|
+++ build/mod_top.mk 2010-06-15 18:46:23.000000000 +0200
|
|
|
|
|
@@ -24,8 +24,8 @@
|
|
|
|
|
top_srcdir=@top_srcdir@
|
|
|
|
|
top_builddir=@top_builddir@
|
|
|
|
|
@ -65,8 +64,8 @@ Index: build/mod_top.mk
|
|
|
|
|
|
|
|
|
|
CC = @CC@
|
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2009-07-16 12:29:57.000000000 +0200
|
|
|
|
|
+++ configure 2010-05-26 22:58:24.000000000 +0200
|
|
|
|
|
--- configure.orig 2009-07-17 23:03:06.000000000 +0200
|
|
|
|
|
+++ configure 2010-06-15 18:46:23.000000000 +0200
|
|
|
|
|
@@ -6423,15 +6423,15 @@
|
|
|
|
|
# Checks for OS
|
|
|
|
|
if test "$OS" = "Linux"; then
|
|
|
|
|
@ -90,7 +89,7 @@ Index: configure
|
|
|
|
|
|
|
|
|
|
Index: src/Makefile.in
|
|
|
|
|
--- src/Makefile.in.orig 2009-07-16 12:24:33.000000000 +0200
|
|
|
|
|
+++ src/Makefile.in 2010-05-26 22:59:12.000000000 +0200
|
|
|
|
|
+++ src/Makefile.in 2010-06-15 18:46:23.000000000 +0200
|
|
|
|
|
@@ -22,7 +22,7 @@
|
|
|
|
|
CFLAGS=@CFLAGS@ -I . -I ../include @EXTRA_CFLAGS@
|
|
|
|
|
SRVCFLAGS=@CFLAGS@ -I . -I ../include @EXTRA_CFLAGS@
|
|
|
|
|
|