- Timestamp:
- 07/02/2009 18:34:55 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 7 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (1 diff)
-
abspath.in (modified) (1 prop)
-
configure.ac (modified) (1 diff)
-
conflock.in (modified) (1 prop)
-
confmancommon.sh.in (modified) (2 diffs)
-
confmanlib.sh.in (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/Makefile.am
r337 r379 52 52 -e 's,[@]BASH[@],$(BASH),g' \ 53 53 -e 's,[@]SUDO[@],$(SUDO),g' \ 54 -e 's,[@]SVN[@],$(SVN),g' 54 -e 's,[@]SVN[@],$(SVN),g' \ 55 -e 's,[@]GREADLINK[@],$(GREADLINK),g' 55 56 56 57 confman: confman.in Makefile -
branches/confman-1.9/abspath.in
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/confman-1.9/configure.ac
r337 r379 9 9 AC_PATH_PROG([SVN], [svn]) 10 10 AC_PATH_PROG([SUDO], [sudo]) 11 AC_PATH_PROG([GREADLINK], [greadlink]) 11 12 12 13 AC_CONFIG_FILES([Makefile]) -
branches/confman-1.9/conflock.in
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/confman-1.9/confmancommon.sh.in
r326 r379 79 79 stat_cmd="stat -f" 80 80 stat_opts="mode=%Mp%Lp owner=%Su group=%Sg" 81 readlink_cmd=" greadlink"81 readlink_cmd="@GREADLINK@" 82 82 ;; 83 83 Linux) … … 97 97 stat_cmd="stat -f" 98 98 stat_opts="mode=%Mp%Lp owner=%Su group=%Sg" 99 readlink_cmd=" greadlink"99 readlink_cmd="@GREADLINK@" 100 100 ;; 101 101 esac -
branches/confman-1.9/confmanlib.sh.in
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.
