Changeset 491 for trunk/confmancommon.sh.in
- Timestamp:
- 11/11/2009 15:59:06 (3 years ago)
- File:
-
- 1 edited
-
trunk/confmancommon.sh.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmancommon.sh.in
r462 r491 76 76 mktemp_dir="mktemp -d -t confman" 77 77 sed_cmd="sed -E" 78 sed_i_cmd="${sed_cmd} -i \"\"" 78 79 stat_cmd="stat -f" 79 80 stat_opts="mode=%Mp%Lp owner=%Su group=%Sg" … … 85 86 mktemp_dir="mktemp -t -d confman.XXXXXX" 86 87 sed_cmd="sed -r" 88 sed_i_cmd="${sed_cmd} -i" 87 89 stat_cmd="stat -c" 88 90 stat_opts="mode=%a owner=%U group=%G" … … 94 96 mktemp_dir="mktemp -d -t confman" 95 97 sed_cmd="sed -E" 98 sed_i_cmd="${sed_cmd} -i \"\"" 96 99 stat_cmd="stat -f" 97 100 stat_opts="mode=%Mp%Lp owner=%Su group=%Sg"
Note: See TracChangeset
for help on using the changeset viewer.
