Changeset 1257 for pykota/trunk/initscripts
- Timestamp:
- 01/08/04 15:10:33 (21 years ago)
- Location:
- pykota/trunk/initscripts
- Files:
-
- 8 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/ldap/README.ldap
r1200 r1257 3 3 PyKota - Print Quota for CUPS and LPRng 4 4 5 (c) 2003 Jerome Alet <alet@librelogiciel.com>5 (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pykota/trunk/initscripts/postgresql/pykota-postgresql.sql
r1240 r1257 2 2 -- PyKota - Print Quotas for CUPS and LPRng 3 3 -- 4 -- (c) 2003 Jerome Alet <alet@librelogiciel.com>4 -- (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 5 5 -- This program is free software; you can redistribute it and/or modify 6 6 -- it under the terms of the GNU General Public License as published by … … 20 20 -- 21 21 -- $Log$ 22 -- Revision 1.8 2004/01/08 14:10:32 jalet 23 -- Copyright year changed. 24 -- 22 25 -- Revision 1.7 2003/12/27 16:49:25 uid67467 23 26 -- Should be ok now. -
pykota/trunk/initscripts/postgresql/README.postgresql
r1203 r1257 3 3 PyKota - Print Quota for CUPS and LPRng 4 4 5 (c) 2003 Jerome Alet <alet@librelogiciel.com>5 (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by -
pykota/trunk/initscripts/postgresql/upgrade-from-before-1.03.py
r1015 r1257 5 5 # PyKota - Print Quotas for CUPS and LPRng 6 6 # 7 # (c) 2003 Jerome Alet <alet@librelogiciel.com>7 # (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 8 8 # This program is free software; you can redistribute it and/or modify 9 9 # it under the terms of the GNU General Public License as published by -
pykota/trunk/initscripts/postgresql/upgrade-to-1.14.sql
r1087 r1257 2 2 -- PyKota - Print Quotas for CUPS and LPRng 3 3 -- 4 -- (c) 2003 Jerome Alet <alet@librelogiciel.com>4 -- (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 5 5 -- This program is free software; you can redistribute it and/or modify 6 6 -- it under the terms of the GNU General Public License as published by … … 20 20 -- 21 21 -- $Log$ 22 -- Revision 1.3 2004/01/08 14:10:32 jalet 23 -- Copyright year changed. 24 -- 22 25 -- Revision 1.2 2003/07/16 21:53:07 jalet 23 26 -- Really big modifications wrt new configuration file's location and content. -
pykota/trunk/initscripts/postgresql/upgrade-to-1.16.sql
r1240 r1257 2 2 -- PyKota - Print Quotas for CUPS and LPRng 3 3 -- 4 -- (c) 2003 Jerome Alet <alet@librelogiciel.com>4 -- (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 5 5 -- This program is free software; you can redistribute it and/or modify 6 6 -- it under the terms of the GNU General Public License as published by … … 20 20 -- 21 21 -- $Log$ 22 -- Revision 1.4 2004/01/08 14:10:32 jalet 23 -- Copyright year changed. 24 -- 22 25 -- Revision 1.3 2003/12/27 16:49:25 uid67467 23 26 -- Should be ok now. -
pykota/trunk/initscripts/postgresql/VERYOLDpykota-upgrade-postgresql.sql
r1015 r1257 2 2 -- PyKota - Print Quotas for CUPS and LPRng 3 3 -- 4 -- (c) 2003 Jerome Alet <alet@librelogiciel.com>4 -- (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 5 5 -- This program is free software; you can redistribute it and/or modify 6 6 -- it under the terms of the GNU General Public License as published by … … 20 20 -- 21 21 -- $Log$ 22 -- Revision 1.2 2004/01/08 14:10:32 jalet 23 -- Copyright year changed. 24 -- 22 25 -- Revision 1.1 2003/06/05 07:12:31 jalet 23 26 -- Reorganization of directories -
pykota/trunk/initscripts/README
r1200 r1257 3 3 PyKota - Print Quota for CUPS and LPRng 4 4 5 (c) 2003 Jerome Alet <alet@librelogiciel.com>5 (c) 2003-2004 Jerome Alet <alet@librelogiciel.com> 6 6 This program is free software; you can redistribute it and/or modify 7 7 it under the terms of the GNU General Public License as published by