Changeset 435
- Timestamp:
- 10/01/2009 00:00:50 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Makefile.am (modified) (3 diffs)
-
confman.conf.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r391 r435 6 6 pkglibexecdir = $(libexecdir)/confman 7 7 sysconfdefaultsdir = $(sysconfdir)/defaults 8 localstaterundir = $(localstatedir)/run 8 9 9 10 sbin_SCRIPTS = confman confadmin … … 19 20 confexport.8 \ 20 21 confsync.8 22 localstaterun_DATA = 21 23 22 24 CLEANFILES = $(sbin_SCRIPTS) \ … … 46 48 do_subst = $(SED) -e 's,[@]datadir[@],$(datadir),g' \ 47 49 -e 's,[@]localstatedir[@],$(localstatedir),g' \ 50 -e 's,[@]localstaterundir[@],$(localstaterundir),g' \ 48 51 -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ 49 52 -e 's,[@]pkglibexecdir[@],$(pkglibexecdir),g' \ -
trunk/confman.conf.in
r413 r435 20 20 21 21 # The system lockfile 22 LOCKFILE="@localstate dir@/run/confman.lock"22 LOCKFILE="@localstaterundir@/confman.lock" 23 23 24 24 # The script for locking
Note: See TracChangeset
for help on using the changeset viewer.
