Tell genkdmconf to ignore existing bits of xdm/kdm configuration, if it

finds them and just create defaults as intended.
This commit is contained in:
Michael Nottebrock 2004-08-12 11:05:27 +00:00
parent 066f859048
commit c625071daf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116018
7 changed files with 7 additions and 14 deletions

View file

@ -13,6 +13,5 @@ export PATH
#Configure kdm if needed
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
echo "Generating KDM configuration";
${GENKDMCONF} --in ${KDMCONFDIR};
${GENKDMCONF} --no-old --in ${KDMCONFDIR};
fi

View file

@ -13,6 +13,5 @@ export PATH
#Configure kdm if needed
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
echo "Generating KDM configuration";
${GENKDMCONF} --in ${KDMCONFDIR};
${GENKDMCONF} --no-old --in ${KDMCONFDIR};
fi

View file

@ -13,6 +13,5 @@ export PATH
#Configure kdm if needed
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
echo "Generating KDM configuration";
${GENKDMCONF} --in ${KDMCONFDIR};
${GENKDMCONF} --no-old --in ${KDMCONFDIR};
fi

View file

@ -13,6 +13,5 @@ export PATH
#Configure kdm if needed
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
echo "Generating KDM configuration";
${GENKDMCONF} --in ${KDMCONFDIR};
${GENKDMCONF} --no-old --in ${KDMCONFDIR};
fi

View file

@ -13,6 +13,5 @@ export PATH
#Configure kdm if needed
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
echo "Generating KDM configuration";
${GENKDMCONF} --in ${KDMCONFDIR};
${GENKDMCONF} --no-old --in ${KDMCONFDIR};
fi

View file

@ -13,6 +13,5 @@ export PATH
#Configure kdm if needed
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
echo "Generating KDM configuration";
${GENKDMCONF} --in ${KDMCONFDIR};
${GENKDMCONF} --no-old --in ${KDMCONFDIR};
fi

View file

@ -13,6 +13,5 @@ export PATH
#Configure kdm if needed
if [ ! -r ${KDMCONFDIR}/kdmrc ]; then
echo "Generating KDM configuration";
${GENKDMCONF} --in ${KDMCONFDIR};
${GENKDMCONF} --no-old --in ${KDMCONFDIR};
fi