Your message dated Mon, 09 Oct 2006 08:17:48 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#391805: fixed in ltsp 0.99debian5
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ltsp-server
Version: 0.99debian3
Severity: |wishlist
Tag: patch
The udeb ltsp-client-builder supports preseeding ltsp-build-client with
arguments.
problem is that using space in the argument like this : --components
main local don't work very well from the debian installer.
i wish for support of comma separated values in the --components
argument. then we can preseed like this : --components main,local
the following patch worked for me.
=== modified file
'server/plugins/ltsp-build-client/Debian/001-set-components'
--- server/plugins/ltsp-build-client/Debian/001-set-components
2006-06-26 18:41:14 +0000
+++ server/plugins/ltsp-build-client/Debian/001-set-components
2006-10-08 13:21:43 +0000
@@ -4,7 +4,7 @@
;;
configure)
if [ -n "$option_components_value" ]; then
- COMPONENTS="$option_components_value"
+ COMPONENTS="$(echo $option_components_value|tr ',' ' ')"
fi
;;
esac
Ronny Aasen
|
--- End Message ---
--- Begin Message ---
Source: ltsp
Source-Version: 0.99debian5
We believe that the bug you reported is fixed in the latest version of
ltsp, which is due to be installed in the Debian FTP archive:
ldm_0.99debian5_all.deb
to pool/main/l/ltsp/ldm_0.99debian5_all.deb
ltsp-client-builder_0.99debian5_all.udeb
to pool/main/l/ltsp/ltsp-client-builder_0.99debian5_all.udeb
ltsp-client_0.99debian5_i386.deb
to pool/main/l/ltsp/ltsp-client_0.99debian5_i386.deb
ltsp-server-standalone_0.99debian5_all.deb
to pool/main/l/ltsp/ltsp-server-standalone_0.99debian5_all.deb
ltsp-server_0.99debian5_all.deb
to pool/main/l/ltsp/ltsp-server_0.99debian5_all.deb
ltsp_0.99debian5.dsc
to pool/main/l/ltsp/ltsp_0.99debian5.dsc
ltsp_0.99debian5.tar.gz
to pool/main/l/ltsp/ltsp_0.99debian5.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <[EMAIL PROTECTED]> (supplier of updated ltsp package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 9 Oct 2006 10:16:13 -0400
Source: ltsp
Binary: ltsp-server ltsp-server-standalone ltsp-client ltsp-client-builder ldm
Architecture: source all i386
Version: 0.99debian5
Distribution: unstable
Urgency: medium
Maintainer: LTSP Debian/Ubuntu Maintainers <[EMAIL PROTECTED]>
Changed-By: Vagrant Cascadian <[EMAIL PROTECTED]>
Description:
ldm - LTSP display manager
ltsp-client - LTSP client environment
ltsp-client-builder - Build an LTSP environment in the installer target (udeb)
ltsp-server - Basic LTSP server environment
ltsp-server-standalone - Complete LTSP server environment
Closes: 390722 390797 391805 391878
Changes:
ltsp (0.99debian5) unstable; urgency=medium
.
[ Vagrant Cascadian ]
* urgency medium as it resolves copyright issues
* merge copyright clarifications from upstream
* update debian/copyright (Closes: #390797)
* ltsp-server:
- add dependency on gettext-base
- add debian-archive-keyring in new ltsp chroots (Closes: #391878)
- allow comma-separated components argument (Closes: #391805)
* ltsp-client:
- removed lp_server (unclear licensing)
* ltsp-client-builder (udeb):
- change menu priority to 70 and depend on pkgsel (Closes: #390722)
- debconf preseeding for commandline options to ltsp-build-client
- work around bug in debootstrap by touching resolv.conf
Files:
577e36837638e94bb5d7c3aa08692b4e 937 misc extra ltsp_0.99debian5.dsc
1964255a13f88a652a002e9a0be803b8 165938 misc extra ltsp_0.99debian5.tar.gz
93c21cefd870b90daec5074d598abac5 44548 misc extra
ltsp-server_0.99debian5_all.deb
2942be6b71dda29f8c292046dec96062 20544 misc extra
ltsp-server-standalone_0.99debian5_all.deb
db5b07fbfd0e2d05191c44d96f62b2c8 113770 misc extra ldm_0.99debian5_all.deb
445db38844ea0ca9f047ff87deb739ae 1974 debian-installer extra
ltsp-client-builder_0.99debian5_all.udeb
1f8f6d6667613aece058c499e3059f78 46090 misc extra
ltsp-client_0.99debian5_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFKmXH20zMSyow1ykRAiNCAKDMPn/qxXSrZN7o3eefyRLbp0dzLACgtEoi
Tew5aNPMEv2zR+T9sa7NjCc=
=LFLE
-----END PGP SIGNATURE-----
--- End Message ---