- Timestamp:
- 10/01/2009 00:04:25 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (3 diffs)
-
confman.conf.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/Makefile.am
r418 r436 4 4 pkglibexecdir = $(libexecdir)/confman 5 5 sysconfdefaultsdir = $(sysconfdir)/defaults 6 localstaterundir = $(localstatedir)/run 6 7 7 8 sbin_SCRIPTS = confman confadmin … … 17 18 confexport.8 \ 18 19 confsync.8 20 localstaterun_DATA = 19 21 20 22 CLEANFILES = $(sbin_SCRIPTS) \ … … 44 46 do_subst = $(SED) -e 's,[@]datadir[@],$(datadir),g' \ 45 47 -e 's,[@]localstatedir[@],$(localstatedir),g' \ 48 -e 's,[@]localstaterundir[@],$(localstaterundir),g' \ 46 49 -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ 47 50 -e 's,[@]pkglibexecdir[@],$(pkglibexecdir),g' \ -
branches/confman-1.9/confman.conf.in
r414 r436 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.
