Changeset 918


Ignore:
Timestamp:
Feb 23, 2022, 10:26:09 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: Deb package definition.
Location:
trunk/Install/deb/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/conf/Config.php

    r887 r918  
    33$IsDeveloper = array_key_exists('REMOTE_ADDR', $_SERVER) and in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1'));
    44
    5 $Config['SystemPassword'] = sha1(rand(23232));
     5$Config['SystemPassword'] = sha1(rand(1000000, 100000000));
    66$Config['Database']['Host'] = 'localhost';
    77$Config['Database']['User'] = 'isp-central';
  • trunk/Install/deb/debian/install

    r857 r918  
    99Common usr/share/isp-central
    1010images usr/share/isp-central
    11 files usr/share/isp-central
     11locale usr/share/isp-central
    1212
    1313debian/conf/*   etc/isp-central
  • trunk/Install/deb/debian/rules

    r853 r918  
    1111
    1212override_dh_auto_install:
    13         echo 1
     13        install -d -m 755 $(ROOT)/usr/share/isp-central/files
    1414
    1515%:
Note: See TracChangeset for help on using the changeset viewer.