reformatting

This commit is contained in:
dg9vh 2016-05-12 20:36:20 +00:00
parent 9893da51b1
commit 0af9a21df3
2 changed files with 10 additions and 8 deletions

View file

@ -13,10 +13,12 @@ software.
Required are
============
Webserver like lighttpd
php5
entry in /etc/sudoers:
www-data ALL=(ALL) NOPASSWD: ALL
* Webserver like
* lighttpd
* php5
* entry in /etc/sudoers:
www-data ALL=(ALL) NOPASSWD: ALL
Installation
============

View file

@ -3,8 +3,8 @@ date_default_timezone_set('UTC');
define("MMDVMLOGPATH", "/mnt/ramdisk/"); // hint: add trailing / !!!
define("MMDVMLOGPREFIX", "MMDVM");
define("MMDVMLOGFILE", MMDVMLOGPATH . MMDVMLOGPREFIX . "-" . date("Y-m-d") . ".log");
define("MMDVMINIPATH", "/opt/mmdvm/"); // hint: add trailing / !!!
define("MMDVMHOSTPATH", "/opt/mmdvm/"); // hint: add trailing / !!!
define("MMDVMINIPATH", "/etc/mmdvm/"); // hint: add trailing / !!!
define("MMDVMHOSTPATH", "/usr/local/bin/"); // hint: add trailing / !!!
// enter exact path to your log files.
// If your Linux is a MARYLAND-DSTAR-Image, this paths would work.
@ -12,8 +12,8 @@ define("MMDVMHOSTPATH", "/opt/mmdvm/"); // hint: add trailing / !!!
// Adjust to suit, uncomment correct line, if none of the given distributions fit, customize
// OTHER to suitable paths.
define("DISTRIBUTION", "MARYLAND");
//define("DISTRIBUTION", "WESTERN");
//define("DISTRIBUTION", "MARYLAND");
define("DISTRIBUTION", "WESTERN");
//define("DISTRIBUTION", "DL5DI_DEBIAN");
//define("DISTRIBUTION", "DL5DI_CENTOS");
//define("DISTRIBUTION", "OTHER");