[Pkg-voip-commits] r4826 - /openser/trunk/debian/rules

jblache at alioth.debian.org jblache at alioth.debian.org
Thu Nov 15 15:08:41 UTC 2007


Author: jblache
Date: Thu Nov 15 15:08:41 2007
New Revision: 4826

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4826
Log:
Remove obsolete code.

Modified:
    openser/trunk/debian/rules

Modified: openser/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/rules?rev=4826&op=diff
==============================================================================
--- openser/trunk/debian/rules (original)
+++ openser/trunk/debian/rules Thu Nov 15 15:08:41 2007
@@ -168,10 +168,6 @@
 		cfg-target=/etc/openser/ \
 		doc-dir=share/doc/openser-mysql-module
 
-	mv $(CURDIR)/debian/openser-mysql-module/usr/sbin/openser_mysql.sh $(CURDIR)/debian/openser-mysql-module/usr/sbin/openser_mysql
-	sed -i -e "s/^PATH.*//" $(CURDIR)/debian/openser-mysql-module/usr/sbin/openser_mysql
-	chmod +x $(CURDIR)/debian/openser-mysql-module/usr/sbin/openser_mysql
-
 	# install only the postgres module
 	CC="$(CC)" CFLAGS="$(CFLAGS)" TLS=$(TLS) $(MAKE) install-modules-all modules="$(POSTGRES_MOD_PATH)"  \
 		basedir=$(CURDIR)/debian/openser-postgres-module \
@@ -179,10 +175,6 @@
 		cfg-prefix=$(CURDIR)/debian/openser-postgres-module \
 		cfg-target=/etc/openser/ \
 		doc-dir=share/doc/openser-postgres-module
-
-	mv $(CURDIR)/debian/openser-postgres-module/usr/sbin/openser_postgresql.sh $(CURDIR)/debian/openser-postgres-module/usr/sbin/openser_postgresql
-	sed -i -e "s/^PATH.*//" $(CURDIR)/debian/openser-postgres-module/usr/sbin/openser_postgresql
-	chmod +x $(CURDIR)/debian/openser-postgres-module/usr/sbin/openser_postgresql
 
 	# install only the unixodbc module
 	CC="$(CC)" CFLAGS="$(CFLAGS)" TLS=$(TLS) $(MAKE) install-modules-all modules="$(UNIXODBC_MOD_PATH)"  \




More information about the Pkg-voip-commits mailing list