Changeset 2070


Ignore:
Timestamp:
29/01/2008 00:53:32 (4 years ago)
Author:
chris
Message:

Set the default localstatedir to /var/run, which is probably more common
than /usr/local/var.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/configure.ac

    r2066 r2070  
    88 
    99# override default sysconfdir, for backwards compatibility 
    10 AC_SUBST([sysconfdir], ['/etc'])dnl 
     10AC_SUBST([sysconfdir],    ['/etc'])dnl 
     11AC_SUBST([localstatedir], ['/var/run'])dnl 
    1112 
    1213touch install-sh 
Note: See TracChangeset for help on using the changeset viewer.