]> arthur.barton.de Git - netatalk.git/commitdiff
Inserted changelog of version 1.5pre6-6.
authorsrittau <srittau>
Sat, 28 Jul 2001 13:10:47 +0000 (13:10 +0000)
committersrittau <srittau>
Sat, 28 Jul 2001 13:10:47 +0000 (13:10 +0000)
Added --enable-last=did to ./configure options.

Added manpage timeout(1).

Removed /etc/netatalk/netatalk.conf from Debian distribution.

distrib/debian/changelog
distrib/debian/netatalk.conffiles
distrib/debian/netatalk.undocumented
distrib/debian/rules

index 33bbfee3df9cc109c59a98c96ba695a0a9ed2ac2..e021e721d006cae573866f2adac09d09453e96f9 100644 (file)
@@ -7,9 +7,20 @@ netatalk (1.5pre7cvs-0) unstable; urgency=medium
     Removed rule, correcting this from Debian rules file.
   * Newer versions of config.{sub,guess} were now added to upstream
     sources. No need to patch them.
-  * netatalk-config(1) and timelord(8) do now have a man page.
+  * netatalk-config(1), timelord(8), and timeout(1) do now have a man page.
 
- -- Sebastian Rittau <srittau@debian.org>  Thu, 19 Jul 2001 18:15:53 +0200
+ -- Sebastian Rittau <srittau@debian.org>  Thu, 19 Jul 2001 18:46:08 +0200
+
+netatalk (1.5pre6-6) unstable; urgency=medium
+
+  * ./configure --with-did=last
+    This should fix errors with MacOS X.
+  * Fixed typo in add_netatalk_printer. (Closes: #104192)
+  * Removed /etc/netatalk/netatalk.conf, since it's not used by Debian's
+    init script. (Closes: #103539)
+  * Disabled pam_guest module by default. (Closes: #106637)
+
+ -- Sebastian Rittau <srittau@debian.org>  Sat, 28 Jul 2001 14:49:15 +0200
 
 netatalk (1.5pre6-5) unstable; urgency=low
 
index 2621749aa4d6a6b1acbbdf5f09da9663663495bc..8f310bdda65f03883cb5d02a91a271dfeede5d19 100644 (file)
@@ -1,7 +1,6 @@
 /etc/netatalk/papd.conf
 /etc/netatalk/afpd.conf
 /etc/netatalk/atalkd.conf
-/etc/netatalk/netatalk.conf
 /etc/netatalk/AppleVolumes.system
 /etc/netatalk/AppleVolumes.default
 /etc/init.d/netatalk
index e6a36b635dc9e484286e0d5e03c5450465e22a4f..f9c7afb32d1e9f897bc65d5f29c996500ee00982 100644 (file)
@@ -14,4 +14,3 @@ nu.1
 parsecode.1
 psa.8
 test_parse_mtab.1
-timeout.1
index 2a8a7f45f62b7ac3e6871ab7664e146207c4e2f0..8688b6504abd163a2d51778068b79f0bb4e6c133 100755 (executable)
@@ -17,7 +17,8 @@ build-stamp:
        dh_testdir
 
        ./configure --with-cflags=-O2 --with-shadow \
-               --enable-fhs --with-tcp-wrappers --enable-timelord
+               --enable-fhs --with-tcp-wrappers --enable-timelord \
+               --with-did=last
        $(MAKE)
 
        touch build-stamp