X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=common.ent;h=fd543e86fa1f9c19cff1fa7820ca944cb6947ad4;hb=6df3ffbb9de1e0f5c6e89c3013799b168fa71550;hp=a415a22a30d969c70ecf19bbf3309ce0f1e37fb0;hpb=90afd820fb6c2e99e1cc7ce1abd5b39ff0b2e94f;p=developers-reference.git diff --git a/common.ent b/common.ent index a415a22..fd543e8 100644 --- a/common.ent +++ b/common.ent @@ -40,10 +40,9 @@ - + - + @@ -52,11 +51,13 @@ + - - + + + @@ -66,6 +67,7 @@ + @@ -83,10 +85,10 @@ - - - - + + + + /org/ftp.debian.org/incoming/"> /org/non-us.debian.org/incoming/"> @@ -97,11 +99,16 @@ - + + + + + + listmaster@&lists-host;"> debian-announce@&lists-host;"> +developers-reference@&packages-host;"> debian-changes@lists.debian.org"> debian-devel@&lists-host;"> debian-devel-announce@&lists-host;"> @@ -141,20 +149,19 @@ ftpmaster@debian.org"> override-change@debian.org"> wnpp@debian.org"> -control@bugs.debian.org"> +control@&bugs-host;"> team@security.debian.org"> /usr/share/doc/debian/mailing-lists.txt"> -/usr/share/doc/debian/bug-log-mailserver.txt"> -/usr/share/doc/debian/bug-maint-info.txt"> /usr/share/doc/debian/bug-*"> /usr/share/doc/python/python-policy.txt.gz"> /usr/share/doc/ocaml/ocaml_packaging_policy.gz"> +/usr/share/doc/common-lisp-controller/README.packaging"> /usr/share/doc/autotools-dev/README.Debian.gz"> -address" | mail request@bugs.debian.org'> +address" | mail request@&bugs-host;'> Format @@ -237,3 +244,16 @@ pool/non-free/n/ pool/non-free/n/netscape/ ... "> + +pathfind() { + OLDIFS="$IFS" + IFS=: + for p in $PATH; do + if [ -x "$p/$*" ]; then + IFS="$OLDIFS" + return 0 + fi + done + IFS="$OLDIFS" + return 1 +}'>