[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [subversion-commit] SVN tex-common commit + diffs: r1591 - tex-common/trunk/debian



On 04.09.06 Frank Küster (frank@costa.debian.org) wrote:

Hi,

> Modified: tex-common/trunk/debian/preinst.in
> ===================================================================
> --- tex-common/trunk/debian/preinst.in	2006-09-04 08:45:39 UTC (rev 1590)
> +++ tex-common/trunk/debian/preinst.in	2006-09-04 13:31:36 UTC (rev 1591)
> @@ -16,10 +16,26 @@
>  # Functions
>  #################################################################
>  
> +###############################################################################
> +# cfgval(variable)
> +#   read variable ($1) from config file, first match wins
> +#   this is a copy of a function in postinst.functions
> +###############################################################################
> +# from tetex-bin's updmap
> +cfgval()
> +{
> +  cnfFile="$1"
> +  opt="$2"
> +  cat "$cnfFile" | sed -n 's/^'"$opt"'[	 =][	 =]*//p' | sed q
> +}
> +
What about the:

mktemp: option requires an argument -- p
Usage: mktemp [-V] | [-dqtu] [-p prefix] [template]
mktemp: option requires an argument -- p
Usage: mktemp [-V] | [-dqtu] [-p prefix] [template]
cp: missing destination file operand after

error messages?

H.
-- 
Never trust an operating system you don't have sources for. ;-)
	-- Unknown source
  http://www.hilmar-preusse.de.vu/



Reply to: