File: templates

package info (click to toggle)
zope-groupuserfolder 3.1.1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,416 kB
  • ctags: 1,037
  • sloc: python: 6,755; sh: 1,365; makefile: 147
file content (27 lines) | stat: -rw-r--r-- 1,434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Template: zope-groupuserfolder/oldproduct_in_var
Type: select
_Choices: do nothing, disable it
Default: do nothing
_Description: Action on the GroupUserFolder in /var/lib/zope/Products/:
 Important: A version of GroupUserFolder is already installed in
 /var/lib/zope/Products/.  Debian's zope (rightly) gives precedence to the
 packages installed there.  This new GroupUserFolder Product, being installed
 into /usr/lib/zope/lib/python/Products/GroupUserFolder, will be *ignored* by
 your zope until the version in /var/lib/zope/Products/ has been removed
 and Zope has been restarted.
 .
 Debian packages don't like to interfere with what you've installed
 manually; if you choose (or accept the default) "do nothing", your
 previous GroupUserFolder will be left untouched, and it will continue to
 work and be used by zope.  This new GroupUserFolder will be installed and
 configured properly, but will *not* be used by zope until you do
 something to get rid of the other one.
 .
 If you choose "disable it", /var/lib/zope/Products/GroupUserFolder will be moved
 to /var/lib/zope/DISABLED_Products/GroupUserFolder, which will prevent zope from
 seeing that version of this product; it will therefore load *this* one the
 next time zope starts.
 .
 Note that you can later move /var/lib/zope/DISABLED_Products/GroupUserFolder
 back to /var/lib/zope/Products/GroupUserFolder and restart zope, if you want to
 revert to that version.