Hi Phil,

Anfang der weitergeleiteten E-Mail:
> -if [[ ${#software} -gt 20 ]] ; then errmsg $f: software name greater than 20 
> chars ; fi
> -if [[ ${#pkgname} -gt 20 ]] ; then errmsg $f: pkg name greater than 20 
> chars; fi
> +if [[ ${#software} -gt 29 ]] ; then errmsg $f: software name greater than 29 
> chars ; fi
> +if [[ ${#pkgname} -gt 32 ]] ; then errmsg $f: pkg name greater than 32 
> chars; fi

Waitaminute... When the package is called
  CSWpm(max 27 character)
then the package name will be
  pm_(max 27 characters)
leading to a 30 characters long catalog name. I guess the fixing on 29
catalog name was a it too fast...


Best regards

  -- Dago

_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Reply via email to