[Pkg-voip-commits] r6001 - in /kamailio/trunk/debian: control kamailio.README.Debian kamailio.default kamailio.init kamailio.postinst

jblache at alioth.debian.org jblache at alioth.debian.org
Mon Jul 28 17:20:51 UTC 2008


Author: jblache
Date: Mon Jul 28 17:20:51 2008
New Revision: 6001

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6001
Log:
Second round of renames.

Modified:
    kamailio/trunk/debian/control
    kamailio/trunk/debian/kamailio.README.Debian
    kamailio/trunk/debian/kamailio.default
    kamailio/trunk/debian/kamailio.init
    kamailio/trunk/debian/kamailio.postinst

Modified: kamailio/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/control?rev=6001&op=diff
==============================================================================
--- kamailio/trunk/debian/control (original)
+++ kamailio/trunk/debian/control Mon Jul 28 17:20:51 2008
@@ -1,21 +1,21 @@
-Source: openser
+Source: kamailio
 Section: net
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Julien BLACHE <jblache at debian.org>, Kilian Krause <kilian at debian.org>
 Build-Depends: debhelper (>= 5), dpatch, libmysqlclient15-dev, libexpat1-dev, libxml2-dev, libpq-dev, libradiusclient-ng-dev, flex, bison, zlib1g-dev, unixodbc-dev, libxmlrpc-c3-dev, libperl-dev, libsnmp-dev, dpkg-dev (>= 1.13.19), libdb-dev (>= 4.6.19), xsltproc, libconfuse-dev, libldap2-dev, libcurl4-gnutls-dev
 Standards-Version: 3.8.0
-Homepage: http://www.openser.org/
-Vcs-Svn: svn://svn.debian.org/pkg-voip/openser/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/openser/?op=log
-
-Package: openser
+Homepage: http://www.kamailio.org/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/kamailio/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/kamailio/?op=log
+
+Package: kamailio
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
-Suggests: openser-mysql-module, openser-postgres-module, openser-unixodbc-module, openser-jabber-module, openser-cpl-module, openser-radius-modules, openser-presence-modules, openser-xmlrpc-module, openser-perl-modules, openser-snmpstats-module, openser-xmpp-module, openser-carrierroute-module, openser-berkeley-module, openser-ldap-modules
+Suggests: kamailio-mysql-module, kamailio-postgres-module, kamailio-unixodbc-module, kamailio-jabber-module, kamailio-cpl-module, kamailio-radius-modules, kamailio-presence-modules, kamailio-xmlrpc-module, kamailio-perl-modules, kamailio-snmpstats-module, kamailio-xmpp-module, kamailio-carrierroute-module, kamailio-berkeley-module, kamailio-ldap-modules
 Description: very fast and configurable SIP proxy
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
  per second even on low-budget hardware.
  .
  C Shell-like scripting language provides full control over the server's
@@ -27,184 +27,184 @@
  authentication, record routing, SMS gateway, Jabber/XMPP gateway, transaction
  module, registrar and user location, XML-RPC interface.
  .
- This package contains the main OpenSER binary along with the principal modules
+ This package contains the main Kamailio binary along with the principal modules
  and support binaries.
 
-Package: openser-dbg
+Package: kamailio-dbg
 Priority: extra
 Architecture: any
-Depends: openser (= ${binary:Version})
+Depends: kamailio (= ${binary:Version})
 Description: very fast and configurable SIP proxy [debug symbols]
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package contains the debugging symbols for the OpenSER binaries and
- modules. You only need to install it if you need to debug OpenSER.
-
-Package: openser-mysql-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version}), mysql-client
-Description: MySQL database connectivity module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the MySQL database driver for OpenSER.
-
-Package: openser-postgres-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version}), postgresql-client
-Description: PostgreSQL database connectivity module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the PostgreSQL database driver for OpenSER.
-
-Package: openser-jabber-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: Jabber gateway module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the SIP to Jabber translator module for OpenSER.
-
-Package: openser-cpl-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: CPL module (CPL interpreter engine) for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package contains the debugging symbols for the Kamailio binaries and
+ modules. You only need to install it if you need to debug Kamailio.
+
+Package: kamailio-mysql-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version}), mysql-client
+Description: MySQL database connectivity module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the MySQL database driver for Kamailio.
+
+Package: kamailio-postgres-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version}), postgresql-client
+Description: PostgreSQL database connectivity module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the PostgreSQL database driver for Kamailio.
+
+Package: kamailio-jabber-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: Jabber gateway module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the SIP to Jabber translator module for Kamailio.
+
+Package: kamailio-cpl-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: CPL module (CPL interpreter engine) for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
  per second even on low-budget hardware.
  .
  This package provides a CPL (Call Processing Language) interpreter for
- OpenSER, turning OpenSER into a CPL server (storage and interpreter).
-
-Package: openser-radius-modules
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: RADIUS modules for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides a set of RADIUS modules for OpenSER, for
+ Kamailio, turning Kamailio into a CPL server (storage and interpreter).
+
+Package: kamailio-radius-modules
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: RADIUS modules for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides a set of RADIUS modules for Kamailio, for
  authentication, group membership and messages URIs checking against a
  RADIUS server.
 
-Package: openser-unixodbc-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: unixODBC database connectivity module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the unixODBC database driver for OpenSER.
-
-Package: openser-presence-modules
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: SIMPLE presence modules for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides several OpenSER modules for implementing presence
+Package: kamailio-unixodbc-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: unixODBC database connectivity module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the unixODBC database driver for Kamailio.
+
+Package: kamailio-presence-modules
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: SIMPLE presence modules for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides several Kamailio modules for implementing presence
  server and presence user agent for RICH presence, registrar-based presence,
  external triggered presence and XCAP support.
 
-Package: openser-xmlrpc-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: XML-RPC support for OpenSER's Management Interface
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the XMLRPC transport implementation for OpenSER's
+Package: kamailio-xmlrpc-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: XML-RPC support for Kamailio's Management Interface
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the XMLRPC transport implementation for Kamailio's
  Management Interface.
 
-Package: openser-perl-modules
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Replaces: openser-perl-module
-Conflicts: openser-perl-module
-Description: Perl extensions and database driver for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides an interface for OpenSER to write Perl extensions and
- the perlvdb database driver for OpenSER.
-
-Package: openser-snmpstats-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version}), snmpd
-Description: SNMP AgentX subagent module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the snmpstats module for OpenSER. This module acts
+Package: kamailio-perl-modules
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Replaces: kamailio-perl-module
+Conflicts: kamailio-perl-module
+Description: Perl extensions and database driver for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides an interface for Kamailio to write Perl extensions and
+ the perlvdb database driver for Kamailio.
+
+Package: kamailio-snmpstats-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version}), snmpd
+Description: SNMP AgentX subagent module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the snmpstats module for Kamailio. This module acts
  as an AgentX subagent which connects to a master agent.
 
-Package: openser-xmpp-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: XMPP gateway module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the SIP to XMPP IM translator module for OpenSER.
-
-Package: openser-carrierroute-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: carrierroute module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the carrierroute module for OpenSER, an integrated
+Package: kamailio-xmpp-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: XMPP gateway module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the SIP to XMPP IM translator module for Kamailio.
+
+Package: kamailio-carrierroute-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: carrierroute module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the carrierroute module for Kamailio, an integrated
  solution for routing, balancing and blacklisting.
 
-Package: openser-berkeley-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version}), db4.6-util
-Description: Berkeley database module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the Berkeley database module for OpenSER, a
+Package: kamailio-berkeley-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version}), db4.6-util
+Description: Berkeley database module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the Berkeley database module for Kamailio, a
  high-performance embedded DB kernel. All database tables are stored
  in files, no additional server is necessary.
 
-Package: openser-ldap-modules
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version})
-Description: LDAP modules for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package provides the ldap and h350 modules for OpenSER, enabling LDAP
- queries from the OpenSER config and storage of SIP account data in an LDAP
+Package: kamailio-ldap-modules
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
+Description: LDAP modules for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package provides the ldap and h350 modules for Kamailio, enabling LDAP
+ queries from the Kamailio config and storage of SIP account data in an LDAP
  directory.
 
-Package: openser-osp-module
-Architecture: any
-Depends: ${shlibs:Depends}, openser (= ${binary:Version}), osptoolkit
-Description: Open Settlement Protocol (OSP) module for OpenSER
- OpenSER is a very fast and flexible SIP (RFC3261)
- proxy server. Written entirely in C, OpenSER can handle thousands calls
- per second even on low-budget hardware.
- .
- This package contains the Open Settlement Protocol (OSP) module for OpenSER,
+Package: kamailio-osp-module
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version}), osptoolkit
+Description: Open Settlement Protocol (OSP) module for Kamailio
+ Kamailio is a very fast and flexible SIP (RFC3261)
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
+ per second even on low-budget hardware.
+ .
+ This package contains the Open Settlement Protocol (OSP) module for Kamailio,
  providing support for secure multi-lateral peering using the Open Settlement
  Protocol.

Modified: kamailio/trunk/debian/kamailio.README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/kamailio.README.Debian?rev=6001&op=diff
==============================================================================
--- kamailio/trunk/debian/kamailio.README.Debian (original)
+++ kamailio/trunk/debian/kamailio.README.Debian Mon Jul 28 17:20:51 2008
@@ -1,20 +1,20 @@
-OpenSER for Debian
-------------------
+Kamailio for Debian
+-------------------
 
 * TLS support
 -------------
 
 Due to a license incompatibility between the GPL and the OpenSSL license, we
-cannot ship OpenSER with TLS enabled.
+cannot ship Kamailio with TLS enabled.
 
-However, if you need OpenSER with TLS, it's easy to get it:
- - apt-get build-dep openser
+However, if you need Kamailio with TLS, it's easy to get it:
+ - apt-get build-dep kamailio
  - apt-get install libssl-dev fakeroot build-essential
- - apt-get source openser
- - edit openser-.../debian/rules and set TLS to 1
+ - apt-get source kamailio
+ - edit kamailio-.../debian/rules and set TLS to 1
  - run dpkg-buildpackage -rfakeroot
 
-The resulting OpenSER packages will have TLS enabled.
+The resulting Kamailio packages will have TLS enabled.
 
 
 * OSP module
@@ -24,20 +24,20 @@
 OSP module.
 
 However, once again, if you need the OSP module, it's easy to get it:
- - apt-get build-dep openser
+ - apt-get build-dep kamailio
  - apt-get install libosptk3-dev fakeroot build-essential
- - apt-get source openser
- - edit openser-.../debian/rules and set OSP to 1
+ - apt-get source kamailio
+ - edit kamailio-.../debian/rules and set OSP to 1
  - run dpkg-buildpackage -rfakeroot
 
-An openser-osp-module package will be built alongside all the other OpenSER
+A kamailio-osp-module package will be built alongside all the other Kamailio
 packages.
 
 
 * init script check for fork=no
 -------------------------------
 
-The OpenSER init script will not start OpenSER on boot if fork=no is
+The Kamailio init script will not start Kamailio on boot if fork=no is
 specified in the config file. The check in the initscript will match
 any occurrence of fork=no in the file, even inside C-style comments.
 
@@ -47,26 +47,26 @@
 as a conffile.
 
 
-* OpenSER setup
----------------
+* Kamailio setup
+----------------
 
-To setup OpenSER, you need to:
- - configure OpenSER properly to suit your needs
- - edit /etc/default/openser, adjust the MEMORY parameter and set
-   RUN_OPENSER to "yes"
+To setup Kamailio, you need to:
+ - configure Kamailio properly to suit your needs
+ - edit /etc/default/kamailio, adjust the MEMORY parameter and set
+   RUN_KAMAILIO to "yes"
 
 If you are building an HA cluster using heartbeat or similar, you'll want
 to disable the init script by running:
 
-  update-rc.d openser remove
+  update-rc.d kamailio remove
 
-so that OpenSER will not be launched at system startup. You still need
-to set RUN_OPENSER to "yes" if you want to use the /etc/init.d/openser init
+so that Kamailio will not be launched at system startup. You still need
+to set RUN_KAMAILIO to "yes" if you want to use the /etc/init.d/kamailio init
 script.
 
-Set the DUMP_CORE parameter in /etc/default/openser to "yes" if you want to
-get a core dump in case OpenSER crashes. The debug symbols for OpenSER are
-provided by the openser-dbg package.
+Set the DUMP_CORE parameter in /etc/default/kamailio to "yes" if you want to
+get a core dump in case Kamailio crashes. The debug symbols for Kamailio are
+provided by the kamailio-dbg package.
 
 
- -- Julien BLACHE <jblache at debian.org>, Tue, 06 May 2008 19:20:43 +0200
+ -- Julien BLACHE <jblache at debian.org>, Mon, 28 Jul 2008 19:16:21 +0200

Modified: kamailio/trunk/debian/kamailio.default
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/kamailio.default?rev=6001&op=diff
==============================================================================
--- kamailio/trunk/debian/kamailio.default (original)
+++ kamailio/trunk/debian/kamailio.default Mon Jul 28 17:20:51 2008
@@ -1,5 +1,5 @@
 #
-# OpenSER startup options
+# Kamailio startup options
 #
 
 # Set to yes to enable openser, once configured properly.
@@ -11,11 +11,11 @@
 # Group to run as
 GROUP=openser
 
-# Amount of memory to allocate for the running OpenSER server (in Mb)
+# Amount of memory to allocate for the running Kamailio server (in Mb)
 MEMORY=64
 
 # Enable the server to leave a core file when it crashes.
-# Set this to 'yes' to enable OpenSER to leave a core file when it crashes
+# Set this to 'yes' to enable Kamailio to leave a core file when it crashes
 # or 'no' to disable this feature. This option is case sensitive and only
 # accepts 'yes' and 'no' and only in lowercase letters.
 DUMP_CORE=no

Modified: kamailio/trunk/debian/kamailio.init
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/kamailio.init?rev=6001&op=diff
==============================================================================
--- kamailio/trunk/debian/kamailio.init (original)
+++ kamailio/trunk/debian/kamailio.init Mon Jul 28 17:20:51 2008
@@ -8,8 +8,8 @@
 # Required-Stop:     $syslog $network $local_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: Start the OpenSER SIP proxy server
-# Description:       Start the OpenSER SIP proxy server
+# Short-Description: Start the Kamailio SIP proxy server
+# Description:       Start the Kamailio SIP proxy server
 ### END INIT INFO
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
@@ -78,7 +78,7 @@
 fi
 
 if [ "$RUN_OPENSER" != "yes" ]; then
-    echo "OpenSER not yet configured. Edit /etc/default/openser first."
+    echo "Kamailio not yet configured. Edit /etc/default/openser first."
     exit 0
 fi
 

Modified: kamailio/trunk/debian/kamailio.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/kamailio.postinst?rev=6001&op=diff
==============================================================================
--- kamailio/trunk/debian/kamailio.postinst (original)
+++ kamailio/trunk/debian/kamailio.postinst Mon Jul 28 17:20:51 2008
@@ -29,7 +29,7 @@
 case "$1" in
     configure)
         adduser --quiet --system --group --disabled-password \
-                --shell /bin/false --gecos "OpenSER" \
+                --shell /bin/false --gecos "Kamailio SIP Server" \
                 --home $HOMEDIR openser || true
 
         ;;




More information about the Pkg-voip-commits mailing list