Show
Ignore:
Timestamp:
06/09/09 10:07:55 (3 years ago)
Author:
Neutron Soutmun <neo.neutron@…>
Children:
7751a641e2a294d986b002dd01264b7d068258a2
Parents:
927d0c70c763dcf56e6f12ebe02a51688468a5c3
git-committer:
Neutron Soutmun <neo.neutron@…> (06/09/09 10:07:55)
Message:

Adjust build system config and install files

  • Adjust build system config to install the files to appropriate paths.
  • The MAINTAINERCLEANFILES was added.
  • Now rahunas.db installed into the default directory /var/lib/rahunas.
  • RahuNAS daemon executable file (rahunasd) now installed into /usr/sbin.
  • Tool scripts now installed into the /usr/sbin and their names change to satisfy the debian policy.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • example/rahunas.init.in

    ra0fbd80 rbae014d  
    1717exec_prefix=@exec_prefix@ 
    1818 
    19 DAEMON=@bindir@/rahunasd 
     19DAEMON=@sbindir@/rahunasd 
    2020INIT=@sysconfdir@/default/rahunas 
    21 FIREWALL=@sysconfdir@/rahunas/firewall.sh 
    22 WEBLOGIN_CONFIG=@sysconfdir@/rahunas/weblogin-config-update.sh 
     21FIREWALL=@sbindir@/rahunas-firewall 
     22WEBLOGIN_CONFIG=@sbindir@/rahunas-weblogin-config-update 
    2323NAME=rahunasd 
    2424DESC="Rahu Network Access Server"