Changeset 302 for trunk/confman.conf.in
- Timestamp:
- 01/24/2009 23:49:44 (3 years ago)
- File:
-
- 1 moved
-
trunk/confman.conf.in (moved) (moved from trunk/defaults.conf) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.conf.in
r301 r302 10 10 11 11 # The location of our shell library 12 REPO_LIBRARY=" ${PREFIX}/share/confman/confmanlib.sh"12 REPO_LIBRARY="@pkgdatadir@/confmanlib.sh" 13 13 14 14 # The location of our shell's documentation library 15 REPO_DOCS=" ${PREFIX}/share/confman/confmandoc.sh"15 REPO_DOCS="@pkgdatadir@/confmandoc.sh" 16 16 17 17 # The system lockfile … … 19 19 20 20 # The script for locking 21 LOCK="${PREFIX}/libexec/confman/conflock.sh" 21 LOCK="@pkglibexecdir@/conflock" 22 23 # The abspath script 24 ABSPATH="@pkglibexecdir@/abspath" 22 25 23 26 # The directory from the root of the repository to our checkpoints:
Note: See TracChangeset
for help on using the changeset viewer.
