From efaa2ac6a3114d42d179f44fc904d37b33675365 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Nov 2010 10:36:48 +0100 Subject: Replacing last occurences of lh with lb. --- functions/conffile.sh | 6 +++--- functions/man.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'functions') diff --git a/functions/conffile.sh b/functions/conffile.sh index 02730dfd8..65a035794 100755 --- a/functions/conffile.sh +++ b/functions/conffile.sh @@ -17,9 +17,9 @@ Get_conffiles () for FILE in ${@} do FILES="${FILES} ${FILE} ${FILE}.${LB_ARCHITECTURE} ${FILE}.${DISTRIBUTION}" - FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||')" - FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${ARCHITECTURE}" - FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lh_||').${DISTRIBUTION}" + FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||')" + FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${ARCHITECTURE}" + FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${DISTRIBUTION}" done fi diff --git a/functions/man.sh b/functions/man.sh index 672ed7bc3..c039a39ef 100755 --- a/functions/man.sh +++ b/functions/man.sh @@ -12,7 +12,7 @@ Man () { if [ -x "$(which man 2>/dev/null)" ] then - man lh_$(basename ${0}) + man lb_$(basename ${0}) exit 0 fi } -- cgit v1.2.3