diff options
author | Roger Leigh <rleigh@debian.org> | 2010-07-05 22:12:32 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2010-07-05 22:50:52 +0100 |
commit | 454da327bfdc1b1b2d6746edebad2c8cdcdfd0f8 (patch) | |
tree | 6a8f5848fb4a50c0958873962afe0d8685e829b3 /man | |
parent | 1414347e9283b44992fba16081b2565cd7b8d4cb (diff) | |
download | schroot-454da327bfdc1b1b2d6746edebad2c8cdcdfd0f8.tar.gz |
schroot::main_base: Don't allow session names to duplicate chroot or alias names
This was previously possible, but broken because sbuild::chroot_config
can't handle the duplicate names. Forbid until chroot_config has
separate namespaces.
Diffstat (limited to 'man')
-rw-r--r-- | man/schroot.1.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/schroot.1.in b/man/schroot.1.in index 6831fc5b..6d835169 100644 --- a/man/schroot.1.in +++ b/man/schroot.1.in @@ -201,7 +201,8 @@ option. .TP .BR \-n ", " \-\-session\-name=\fIsession-name\fP Name a session. The specified \fIsession-name\fP replaces the default session -name containing an automatically-generated session ID. +name containing an automatically-generated session ID. Note that it is not +currently possible to create a session with the same name as a chroot or alias. .TP .BR \-f ", " \-\-force Force a session operation, even if it would otherwise fail. This may be used |