Bug#2037: bibtex not searching $TEXINPUTS
Package: bibtex Version: 0.99c-3 Bibtex isn't searching $TEXINPUTS for .bst files if $BSTINPUTS is empty. It goes directly to the system default .bst input directory (which is /usr/lib/texmf/bibtex/bst/). Debian 0.93R6 Kernel 1.2.13 Libc 4.6.27
Bug#2038: tex man page has unexpanded macros in it
Package: texbin Version: 3.1415-4 The man page for tex (and bibtex) has unexpanded macros for a number of the default search paths (from tex(1)): TEXFONTSSearch path for font metric (.tfm) files. Default: @DEFAULT_TFM_PATH@ TEXFORMATS Search path for format files. Default: @DEFAULT_FMT_PATH@ These should be expanded before the manual pages are packaged. Debian 0.93R6 Kernel 1.2.13 Libc 4.6.27
Bug#2075: /etc/init.d/diald typo
Package: diald Version: 0.10 Revision: 2 There is a typo in the /etc/init.d/diald script. This prevents a clean shutdown of diald and can leave bogus lock files lying around. Patch: *** diald Sat Dec 30 12:58:13 1995 --- diald~ Sat Nov 25 15:52:25 1995 *** *** 18,24 fi ;; stop) ! if [ $run_diald = 1 ] then start-stop-daemon --stop --verbose --exec /usr/sbin/diald fi --- 18,24 fi ;; stop) ! if [ $run_diald = 0 ] then start-stop-daemon --stop --verbose --exec /usr/sbin/diald fi