Changeset 573
- Timestamp:
- 12/19/2011 18:32:49 (5 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (4 diffs)
-
configure.ac (modified) (1 diff)
-
confman_precommit.in (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 18 18 confman.conf.sample 19 19 confman_completion 20 confman_precommit 20 21 confmancommon.sh 21 22 confmanlib.sh
-
- Property svn:ignore
-
trunk/Makefile.am
r462 r573 10 10 11 11 sbin_SCRIPTS = confman confadmin 12 pkglibexec_SCRIPTS = confexport confsync confaudit conflock abspath 12 pkglibexec_SCRIPTS = confexport \ 13 confsync \ 14 confaudit \ 15 conflock \ 16 abspath \ 17 confman_precommit 13 18 pkgdata_SCRIPTS = confmancommon.sh confmanlib.sh 14 19 dist_pkgdata_SCRIPTS = confmandoc.sh confadmindoc.sh … … 39 44 confaudit.in \ 40 45 conflock.in \ 46 confman_precommit.in \ 41 47 confmancommon.sh.in \ 42 48 confmanlib.sh.in \ … … 60 66 -e 's,[@]SUDO[@],$(SUDO),g' \ 61 67 -e 's,[@]SVN[@],$(SVN),g' \ 68 -e 's,[@]SVNLOOK[@],$(SVNLOOK),g' \ 62 69 -e 's,[@]GREADLINK[@],$(GREADLINK),g' \ 63 70 -e 's,[@]WGET[@],$(WGET),g' \ … … 92 99 chmod +x abspath 93 100 101 confman_precommit: confman_precommit.in Makefile 102 $(do_subst) < confman_precommit.in > confman_precommit 103 chmod +x confman_precommit 104 94 105 confmanlib.sh: confmanlib.sh.in Makefile 95 106 $(do_subst) < confmanlib.sh.in > confmanlib.sh -
trunk/configure.ac
r390 r573 8 8 AC_PATH_PROG([BASH_SHELL], [bash]) 9 9 AC_PATH_PROG([SVN], [svn]) 10 AC_PATH_PROG([SVNLOOK], [svnlook]) 10 11 AC_PATH_PROG([SUDO], [sudo]) 11 12 AC_PATH_PROG([GREADLINK], [greadlink])
Note: See TracChangeset
for help on using the changeset viewer.
