Module: kamailio
Branch: master
Commit: 94902f678ffa31fbb6f3a0231730d7d6bd2239a1
URL:
https://github.com/kamailio/kamailio/commit/94902f678ffa31fbb6f3a0231730d7d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-07-04T10:06:16+02:00
INSTALL: removed notes for gentoo
- GH #1530
---
Modified: INSTALL
---
Diff:
https://github.com/kamailio/kamailio/commit/94902f678ffa31fbb6f3a0231730d7d…
Patch:
https://github.com/kamailio/kamailio/commit/94902f678ffa31fbb6f3a0231730d7d…
---
diff --git a/INSTALL b/INSTALL
index 7b0b68342a..9ebac8abe2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -545,14 +545,6 @@ C) Quick Start
rpm -i <package_name>
debian:
dpkg -i <package_name>
- gentoo:
- emerge kamailio
- (or if use only stable packets:
- ACCEPT_KEYWORDS="~x86" emerge kamailio )
- tar.gz:
- cd /; tar zxvf <package_name>_os_arch.tar.gz
- (it will install in /usr/local/, and the configuration file in
- /usr/local/etc/kamailio/kamailio.cfg)
Solaris:
gunzip <package_name>.gz ; pkgadd -d <package_name>
*BSD:
@@ -560,7 +552,7 @@ C) Quick Start
3) Start the server
- RPM + gentoo:
+ RPM:
/etc/init.d/kamailio start
debian:
Kamailio is started automatically after the install
@@ -621,8 +613,6 @@ D) Kamailio With Persistent Data Storage
(rpm and deb provided, most of the binary tar.gz distributions and the
solaris package include it; if it is not present you'll have to rebuild
from the source).
- For gentoo please include 'mysql' to your USE variable in /etc/make.conf
- or give it as variable to the emerge command.
2) install the package
rpm -i <package_name>