From c06b16a905570845c372f10bb0b310bd7a667945 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 13:25:19 +0200 Subject: Added 'rsh', 'ssh' and 'copy' to the list of URI schemes in sources.list manpage. --- doc/sources.list.5.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/sources.list.5.xml') diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index e47418b27..bb154b3b0 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -115,7 +115,8 @@ deb http://http.us.debian.org/debian dists/stable-updates/ URI specification - The currently recognized URI types are cdrom, file, http, and ftp. + The currently recognized URI types are cdrom, file, http, ftp, copy, + ssh, rsh. file -- cgit v1.2.3-70-g09d2 From b2d941c5f99ac1cf396bb7b7959cd0683051ef28 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 14:10:17 +0200 Subject: Removed notice that ssh/rsh access cannot use password authentication from sources.list manpage. --- debian/changelog | 2 ++ doc/sources.list.5.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/sources.list.5.xml') diff --git a/debian/changelog b/debian/changelog index 9d50b380e..8c1ce3bd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,6 +61,8 @@ apt (0.7.17) unstable; urgency=low - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029) - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in sources.list manpage, as they are already described under in the manpage. + - Removed notice that ssh/rsh access cannot use password authentication + from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index bb154b3b0..8b041391a 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -164,8 +164,8 @@ deb http://http.us.debian.org/debian dists/stable-updates/ rshssh The rsh/ssh method invokes rsh/ssh to connect to a remote host - as a given user and access the files. No password authentication is - possible, prior arrangements with RSA keys or rhosts must have been made. + as a given user and access the files. It is a good idea to do prior + arrangements with RSA keys or rhosts. Access to files on the remote uses standard find and dd commands to perform the file transfers from the remote. -- cgit v1.2.3-70-g09d2 From 5af4276c8e64d28f4d43e2ebb5938e9ba2c93cfa Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Thu, 6 Nov 2008 22:34:16 +0200 Subject: doc/sources.list.5.xml: fixed grammar and typo. --- debian/changelog | 3 +++ doc/sources.list.5.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/sources.list.5.xml') diff --git a/debian/changelog b/debian/changelog index 8c6543a0f..9dd22caf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ apt (0.7.18) unstable; urgency=low * doc/examples/configure-index: - Removed obsoleted header line. (Closes: #417638) - Changed 'linux-kernel' to 'linux-image'. + * doc/sources.list.5.xml: + - Fixed typo and grammar in 'sources.list.d' section. Thanks to + Timothy G Abbott . (Closes: #478098) -- Eugene V. Lyubimkin Thu, 06 Nov 2008 22:18:15 +0200 diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 8b041391a..9eb66d728 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -48,7 +48,7 @@ sources.list.d The /etc/apt/sources.list.d directory provides - a way to add sources.list entries in seperate files that end with + a way to add sources.list entries in separate files whose names end with .list. The format is the same as for the regular sources.list file. -- cgit v1.2.3-70-g09d2 From 6823d85bdb3d46f60a7357cc73e60fcf6ba88a96 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 8 Nov 2008 12:43:37 +0200 Subject: Noted allowed file name characters in /etc/apt/sources.list.d/* files. --- debian/changelog | 9 +++++++++ doc/sources.list.5.xml | 9 ++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) (limited to 'doc/sources.list.5.xml') diff --git a/debian/changelog b/debian/changelog index 2eddf8f6d..41093666b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.7.19) unstable; urgency=low + + [ Eugene V. Lyubimkin ] + * doc/sources.list.5.xml: + - Mentioned allowed characters in file names in /etc/apt/sources.list.d. + Thanks to Matthias Urlichs. (Closes: #426913) + + -- Eugene V. Lyubimkin Sat, 08 Nov 2008 12:40:19 +0200 + apt (0.7.18) unstable; urgency=low [ Christian Perrier ] diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 9eb66d728..b875086ef 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -48,9 +48,12 @@ sources.list.d The /etc/apt/sources.list.d directory provides - a way to add sources.list entries in separate files whose names end with - .list. The format is the same as for the regular - sources.list file. + a way to add sources.list entries in separate files. + The format is the same as for the regular sources.list file. + File names need to end with + .list and may only contain letters (a-z and A-Z), + digits (0-9), underscore (_), hyphen (-) and period (.) characters. + Otherwise they will be silently ignored. The deb and deb-src types -- cgit v1.2.3-70-g09d2