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

Bug#2615: syslogd postinst tries to mkdir /var/logs/news



Package: syslogd
Version: 1.2-20

The postinst procedure tries to create the directory in
/var/logs/news - it seems to me that a typo managed to hide there.

Here is a diff against what I think should be in the postinst script
of the syslogd package - correct me if I'm wrong.

--- syslogd.postinst	Wed Mar 27 16:09:59 1996
+++ syslogd.postinst.fixed	Wed Mar 27 16:13:06 1996
@@ -26,7 +26,7 @@
 fi

 if [ ! -d /var/log/news ]; then
-  mkdir /var/logs/news
+  mkdir /var/log/news
   chmod 2755 /var/log/news
   chown news.news /var/log/news
 fi

		Regards,
			Lukas
-------------------------------------------------------------------------------
   Dr. Lukas Nellen                 | Email: lukas@teorica0.ifisicacu.unam.mx
   Depto. de Fisica Teorica, IFUNAM |
   Apdo. Postal 20-364              | Tel.:  +52 5 622 5014 ext. 218
   01000 Mexico D.F., MEXICO        | Fax:   +52 5 622 5015




Reply to: