diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:59 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:59 +0000 |
commit | 314037ba995328f4ac1026bbfb2125af6224248c (patch) | |
tree | 805bd02de46b263652ac8966645724e6de020d21 /debian/postinst | |
parent | 8195ae461bbe065c5d81f0e95b7f834a2549db39 (diff) |
Fixed list notation doc bug and 'b' vs 'B'
Author: jgg
Date: 1999-06-06 05:52:37 GMT
Fixed list notation doc bug and 'b' vs 'B'
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 87476bfc0..d1b46d1a2 100755 --- a/debian/postinst +++ b/debian/postinst @@ -18,8 +18,9 @@ create_apt_conf () # Use for a local mirror - remove the ftp1 http lines for the bits # your mirror contains. # deb file:/your/mirror/here/debian stable main contrib non-free -# See sources.list(5) for more information, especial +# See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs +# CDROMs are managed throught the apt-cdrom tool. deb http://http.us.debian.org/debian stable main contrib non-free deb http://non-us.debian.org/debian-non-US stable non-US |