Revision 760
- Date:
- 2019/01/22 15:11:09
- Files:
-
- /utf8/core/conf/mason/handler.pl.proto (Diff) (Checkout)
- /utf8/core/conf/mod_perl/startup.pl.proto (Diff) (Checkout)
- /utf8/core/ports/all/libapreq/patch_configs.pl (Diff) (Checkout)
- /utf8/core/ports/etc/chkmod (Diff) (Checkout)
- /utf8/core/ports/etc/snaprm (Diff) (Checkout)
- /utf8/core/ports/etc/snapshot (Diff) (Checkout)
- /utf8/core/services/clean_images.pl (Diff) (Checkout)
- /utf8/core/services/createuser (Diff) (Checkout)
- /utf8/core/services/dumper_2_json.pl (Diff) (Checkout)
- /utf8/core/services/logtail (Diff) (Checkout)
- /utf8/core/services/mail_process.pl (Diff) (Checkout)
- /utf8/core/services/mttbfr (Diff) (Checkout)
- /utf8/core/services/mttcomp (Diff) (Checkout)
- /utf8/core/services/pregen (Diff) (Checkout)
- /utf8/core/services/project_info_convert.pl (Diff) (Checkout)
- /utf8/core/services/rate/counter.pl (Diff) (Checkout)
- /utf8/core/services/svnrev (Diff) (Checkout)
- /utf8/core/services/vacuum.pl (Diff) (Checkout)
- /utf8/core/skel/project/conf/mason/handler.pl.proto (Diff) (Checkout)
- /utf8/core/skel/project/conf/mod_perl/startup.pl.proto (Diff) (Checkout)
- /utf8/core/skel/project/services/dumper_2_json.pl (Diff) (Checkout)
- /utf8/core/skel/project/services/script.tmpl (Diff) (Checkout)
Legend:
- Added
- Removed
- Modified
-
utf8/core/conf/mason/handler.pl.proto
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 -
utf8/core/conf/mod_perl/startup.pl.proto
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 use lib qw(@PERL_LIB@ @MODULES@); 3 3 4 4 use Apache::Constants qw(:common); -
utf8/core/ports/all/libapreq/patch_configs.pl
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 -
utf8/core/ports/etc/chkmod
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 -
utf8/core/ports/etc/snaprm
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings 'all'; -
utf8/core/ports/etc/snapshot
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings 'all'; -
utf8/core/services/clean_images.pl
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 ############################################################################## 4 4 # $HeadURL: svn://cvs1.rambler.ru/cndinst/trunk/skel/GNUmakefile $ -
utf8/core/services/createuser
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 -
utf8/core/services/dumper_2_json.pl
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings "all"; -
utf8/core/services/logtail
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 ############################################################################## 4 4 # $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/services/logtail $ -
utf8/core/services/mail_process.pl
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings "all"; -
utf8/core/services/mttbfr
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 #################################### 4 4 # make 'before-process' mtt argument -
utf8/core/services/mttcomp
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 ############################################# 4 4 # convert old rewrite patterns ( like @FOO@ ) -
utf8/core/services/pregen
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 ############################################################################## 4 4 # $HeadURL: svn://cvs1.rambler.ru/cndinst/trunk/skel/GNUmakefile $ -
utf8/core/services/project_info_convert.pl
1 #!/usr/bin/perl -w 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings "all"; -
utf8/core/services/rate/counter.pl
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 BEGIN { require '../libs.pl' }; -
utf8/core/services/svnrev
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings 'all'; -
utf8/core/services/vacuum.pl
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 BEGIN { require 'libs.pl' }; -
utf8/core/skel/project/conf/mason/handler.pl.proto
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 ######################################################## 4 4 # Here you can place project specific mason directives. -
utf8/core/skel/project/conf/mod_perl/startup.pl.proto
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 ########################################################## 4 4 # Here you can place project specific mod_perl directives. -
utf8/core/skel/project/services/dumper_2_json.pl
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings "all"; -
utf8/core/skel/project/services/script.tmpl
1 #!/usr/bin/perl 1 #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings "all";