- Timestamp:
- 05/06/2009 21:08:30 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (3 diffs)
-
abspath.in (modified) (1 prop)
-
conflock.in (modified) (1 prop)
-
confman_completion.in (modified) (1 diff)
-
confmanlib.sh.in (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/Makefile.am
r328 r331 1 #bashcompdir = $(sysconfdir)/bash_completion.d1 bashcompdir = $(sysconfdir)/bash_completion.d 2 2 pkglibexecdir = $(libexecdir)/confman 3 3 sysconfdefaultsdir = $(sysconfdir)/defaults … … 9 9 sysconf_DATA = confman.conf.sample 10 10 sysconfdefaults_DATA = confman.conf 11 #bashcomp_DATA = confman_completion11 bashcomp_DATA = confman_completion 12 12 man_MANS = confman.8 confman.conf.5 13 13 dist_man_MANS = confadmin.8 \ … … 22 22 $(sysconfdefaults_DATA) \ 23 23 $(man_MANS) 24 #$(bashcomp_DATA)24 $(bashcomp_DATA) 25 25 26 26 EXTRA_DIST = abspath.in \ -
branches/confman-1.9/abspath.in
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/confman-1.9/conflock.in
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/confman-1.9/confman_completion.in
r326 r331 87 87 return 0 88 88 elif [ `expr "${mod_cmds}" : ".*\(${prev}\).*"` ] ; then 89 local modules=$(grep -vE '^#|^$' $RECIPE_PATH | tr '\n' ' ') 89 local modules=$(confman recipe print $(confman recipe get) | \ 90 grep -vE '^#|^$' $RECIPE_PATH | tr '\n' ' ') 90 91 COMPREPLY=($(compgen -W "${modules}" -- ${cur})) 91 92 return 0 -
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.
