Changeset 435


Ignore:
Timestamp:
10/01/2009 00:00:50 (3 years ago)
Author:
blee
Message:

Create new @localstaterundir@ and make sure it gets created on install.

See #59

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r391 r435  
    66pkglibexecdir = $(libexecdir)/confman 
    77sysconfdefaultsdir = $(sysconfdir)/defaults 
     8localstaterundir = $(localstatedir)/run 
    89 
    910sbin_SCRIPTS = confman confadmin 
     
    1920                                confexport.8 \ 
    2021                                confsync.8 
     22localstaterun_DATA = 
    2123 
    2224CLEANFILES = $(sbin_SCRIPTS) \ 
     
    4648do_subst = $(SED) -e 's,[@]datadir[@],$(datadir),g' \ 
    4749                -e 's,[@]localstatedir[@],$(localstatedir),g' \ 
     50                -e 's,[@]localstaterundir[@],$(localstaterundir),g' \ 
    4851                -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ 
    4952                -e 's,[@]pkglibexecdir[@],$(pkglibexecdir),g' \ 
  • trunk/confman.conf.in

    r413 r435  
    2020 
    2121# The system lockfile 
    22 LOCKFILE="@localstatedir@/run/confman.lock" 
     22LOCKFILE="@localstaterundir@/confman.lock" 
    2323 
    2424# The script for locking 
Note: See TracChangeset for help on using the changeset viewer.