/[smeserver]/rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec-2.6.0-bz11312.patch
ViewVC logotype

Contents of /rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec-2.6.0-bz11312.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Feb 20 05:56:57 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-lib-compspec-2_6_0-3_el7_sme, e-smith-lib-compspec-2_6_0-4_el7_sme, HEAD
* Sat Feb 20 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
- allow easy access to templates.metadata to expand desired files [SME: 11312]

1 diff -Nur e-smith-lib-compspec-2.6.0.old/root/etc/profile.d/e-smith-lib_compspec.sh e-smith-lib-compspec-2.6.0/root/etc/profile.d/e-smith-lib_compspec.sh
2 --- e-smith-lib-compspec-2.6.0.old/root/etc/profile.d/e-smith-lib_compspec.sh 2006-03-16 05:17:50.000000000 -0500
3 +++ e-smith-lib-compspec-2.6.0/root/etc/profile.d/e-smith-lib_compspec.sh 2021-02-20 00:53:57.712000000 -0500
4 @@ -25,7 +25,8 @@
5 1) # need to distinguish between templates and fragments
6 COMPREPLY=( $(find /etc/e-smith/templates \
7 /etc/e-smith/templates-custom \
8 - -regex "/etc/e-smith/templates\(-custom\)?$cur.*" \
9 + /etc/e-smith/templates.metadata \
10 + -regex "/etc/e-smith/templates\(-custom\|.metadata\)?$cur.*" \
11 -printf "[ -f /%P ] && echo /%P\n" \
12 | sh | uniq) )
13 ;;

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed