Ignore:
Timestamp:
Apr 23, 2012, 11:04:02 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Adds a Plugin module to support plugin management
  • cbusterize now works with both -s and -p options
  • One plugin example added (dhcpd)

-cb script started. Not working now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/casparbuster/devel/lib/CasparBuster/Env.pm

    r1466 r1485  
    1919
    2020our @ISA = qw(Exporter);
    21 our @EXPORT = qw(cb_env_conffile);
     21our @EXPORT = qw(cb_env_conffile cb_env_confdir);
    2222
    2323=pod
     
    3535  use CasparBuster::Env;
    3636  my $conffile = cb_env_conffile();
     37  my $confdir = cb_env_confdir();
    3738
    3839=head1 USAGE
     
    4950        return("CCCC/cb.conf");
    5051}
     52=item B<cb_env_conffile>
     53
     54This function returns the mandatory configuration file used for CasparBuster
     55
     56=cut
     57
     58sub cb_env_confdir {
     59        return("CCCC");
     60}
     61
     621;
Note: See TracChangeset for help on using the changeset viewer.