From: Mitch Jackson Date: Sun, 17 Feb 2019 01:20:54 +0000 (-0500) Subject: RT# 81961 Repair broken links in POD documentation X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=221a20d9395b84eeb1f0d384c69c80b5d4e7cdb6 RT# 81961 Repair broken links in POD documentation - Update many links - chmod a+x scripts in FS/bin, so Pod::Simple::HTMLBatch will parse them for POD documentation --- diff --git a/FS/FS.pm b/FS/FS.pm index c3d63f369..b778d2ed9 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -53,7 +53,7 @@ L - Report data objects L - Report data objects -L - Backend XML::RPC server +L - Backend XML::RPC server L - Miscellaneous subroutines @@ -304,7 +304,7 @@ L - Rate plan detail for call billing L - Rate tiers for call billing -L - Rater tier details for call billing +L - Rater tier details for call billing L - Usage class class @@ -546,8 +546,6 @@ L - Byte counter user-interface class L - Command line interface to add (freeside) users. -L - Command line interface to delete (freeside) users. - L - Recreate database schema cache L - Create new database @@ -564,8 +562,6 @@ L - Run daily billing and collection events. L - Run monthly billing and invoice collection events. -L - Emails notifications of credit card expirations. - =head3 Cron (payment batches) L - Download EFT Canada batch results @@ -592,8 +588,6 @@ L - List all phone numbers in the system =head3 Misc. Tools (taking actions) -L - Send a freeside page to a list of employees. - L - Removes stray applications of credit, payment to bills, refunds, etc. =head3 Services @@ -624,7 +618,7 @@ L - Real-time daemon for prepaid packages L - Job queue daemon -L - Self-service server +L - Self-service server L - Self-service XML-RPC server diff --git a/FS/FS/ClientAPI.pm b/FS/FS/ClientAPI.pm index 1fea28c67..2a880687e 100644 --- a/FS/FS/ClientAPI.pm +++ b/FS/FS/ClientAPI.pm @@ -11,6 +11,16 @@ $me = '[FS::ClientAPI]'; %handler = (); +=head1 NAME + +FS::ClientAPI + +=item load_clientapi_modules + +=cut + +=cut + sub load_clientapi_modules { #find modules @@ -31,6 +41,10 @@ sub load_clientapi_modules { } +=item dispatch [ name ] + +=cut + sub dispatch { my ( $self, $name ) = ( shift, shift ); $name =~ s(/)(::)g; diff --git a/FS/FS/Cron/upload.pm b/FS/FS/Cron/upload.pm index 6a4d153f8..691170af9 100644 --- a/FS/FS/Cron/upload.pm +++ b/FS/FS/Cron/upload.pm @@ -474,7 +474,7 @@ sub spool_upload { Retrieves the config value named CONFIG, parses it as a Text::Template, extracts "to" and "subject" headers, and returns a hash that can be passed -to L. +to L. PARAMS is a hashref to be passed to C. It must contain 'agentnum' to look up the per-agent config. diff --git a/FS/FS/PagedSearch.pm b/FS/FS/PagedSearch.pm index e740965ea..a1cd06818 100644 --- a/FS/FS/PagedSearch.pm +++ b/FS/FS/PagedSearch.pm @@ -31,7 +31,7 @@ while ( my $row = $search->fetch ) { =item psearch ARGUMENTS -A wrapper around L. Accepts all the same arguments +A wrapper around L. Accepts all the same arguments as qsearch, except for the arrayref union query mode, and returns an FS::PagedSearch object to access the rows of the query one at a time. If the query doesn't contain an ORDER BY clause already, it will be ordered diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index 657b583af..8c4677ef2 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -2195,7 +2195,7 @@ notice name instead of "Invoice", optional =back -Returns an argument list to be passed to L. +Returns an argument list to be passed to L. =cut diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 54128682e..2580474fa 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -468,9 +468,9 @@ sub cust_sql_fields { =item join_cust_main [ TABLE[.CUSTNUM] ] [ LOCATION_TABLE[.LOCATIONNUM] ] Returns an SQL join phrase for the FROM clause so that the fields listed -in L will be available. Currently joins to cust_main +in L will be available. Currently joins to cust_main itself, as well as cust_location (under the aliases 'bill_location' and -'ship_location') if address fields are needed. L should have +'ship_location') if address fields are needed. L should have been called already. All of these will be left joins; if you want to exclude rows with no linked diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 84487d2ce..79a17b319 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -888,7 +888,7 @@ sub owed { Returns the amount to be displayed as the "Balance Due" on this invoice. Amount returned depends on conf flags for invoicing -See L for the true amount currently owed +See L for the true amount currently owed =cut @@ -1369,7 +1369,7 @@ sub ftp_invoice { =item spool_invoice [ TEMPLATENAME ] -Spools this invoice data (see L) +Spools this invoice data (see L) TEMPLATENAME is unused? @@ -3827,7 +3827,7 @@ The delete method. =head1 SEE ALSO L, L, L, L, -L, L, schema.html from the base +L, L, schema.html from the base documentation. =cut diff --git a/FS/FS/cust_bill_pkg_void.pm b/FS/FS/cust_bill_pkg_void.pm index 2cbfa02d3..883869b21 100644 --- a/FS/FS/cust_bill_pkg_void.pm +++ b/FS/FS/cust_bill_pkg_void.pm @@ -115,7 +115,7 @@ freeform string (deprecated) =item reasonnum -reason for voiding the payment (see L) +reason for voiding the payment (see L) =back diff --git a/FS/FS/cust_bill_void.pm b/FS/FS/cust_bill_void.pm index 3d50733d8..a5beaa0e4 100644 --- a/FS/FS/cust_bill_void.pm +++ b/FS/FS/cust_bill_void.pm @@ -93,7 +93,7 @@ freeform string (deprecated) =item reasonnum -reason for voiding the payment (see L) +reason for voiding the payment (see L) =item void_usernum @@ -291,7 +291,7 @@ sub cust_pkg { Class method which returns an SQL WHERE fragment to search for parameters specified in HASHREF. Accepts the following parameters for -L: C<_date>, C, C, +L: C<_date>, C, C, C, C, C, C. Also accepts the following: diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm index 77460e2e3..1aabc35e7 100644 --- a/FS/FS/cust_credit.pm +++ b/FS/FS/cust_credit.pm @@ -140,12 +140,12 @@ Ooptions are passed as a list of keys and values. Available options: =item reason_type -L type for newly-inserted reason +L Reason type for newly-inserted reason =item cust_credit_source_bill_pkg An arrayref of -L objects. +L objects. They will have their crednum set and will be inserted along with this credit. =back diff --git a/FS/FS/cust_credit_bill_pkg.pm b/FS/FS/cust_credit_bill_pkg.pm index 080a83aaa..b30595841 100644 --- a/FS/FS/cust_credit_bill_pkg.pm +++ b/FS/FS/cust_credit_bill_pkg.pm @@ -37,7 +37,7 @@ The following fields are currently supported: =item creditbillpkgnum - primary key -=item creditbillnum - Credit application to the overall invoice (see L) +=item creditbillnum - Credit application to the overall invoice (see L) =item billpkgnum - Line item to which credit is applied (see L) diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 165b9fc6b..780147e94 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -272,7 +272,7 @@ Enable individual CDR spooling, empty or `Y' =item dundate -A suggestion to events (see L) to delay until this unix timestamp +A suggestion to events (see L) to delay until this unix timestamp =item squelch_cdr @@ -2408,7 +2408,7 @@ FS::cust_pkg::cancel() methods. =item quiet - can be set true to supress email cancellation notices. -=item reason - can be set to a cancellation reason (see L), either a +=item reason - can be set to a cancellation reason (see L), either a reasonnum of an existing reason, or passing a hashref will create a new reason. The hashref should have the following keys: typenum - Reason type (see L) @@ -2956,7 +2956,7 @@ UNIX timestamps; see L). Also see L and L for conversion functions. The empty string can be passed to disable that time constraint completely. -Accepts the same options as L: +Accepts the same options as L: =over 4 diff --git a/FS/FS/cust_main_Mixin.pm b/FS/FS/cust_main_Mixin.pm index c36b79a8a..e31a31031 100644 --- a/FS/FS/cust_main_Mixin.pm +++ b/FS/FS/cust_main_Mixin.pm @@ -372,7 +372,7 @@ Queue job for status updates. Required. =item search -Hashref of params to the L method. Required. +Hashref of params to the L method. Required. =item msgnum diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm index 614c11753..6e76b3462 100644 --- a/FS/FS/cust_pay_batch.pm +++ b/FS/FS/cust_pay_batch.pm @@ -239,7 +239,7 @@ sub expmmyy { =item pay_batch -Returns the payment batch this payment belongs to (L). =cut @@ -479,8 +479,8 @@ sub process_unbatch_and_delete { =item unbatch_and_delete May only be called on a record with an empty status and an associated -L with a status of 'O' (not yet in transit.) Deletes all associated -records from L and then deletes this record. +L with a status of 'O' (not yet in transit.) Deletes all associated +records from L and then deletes this record. If there is an error, returns the error, otherwise returns false. =cut diff --git a/FS/FS/cust_pay_void.pm b/FS/FS/cust_pay_void.pm index 29540d1c6..ce4e7da78 100644 --- a/FS/FS/cust_pay_void.pm +++ b/FS/FS/cust_pay_void.pm @@ -94,7 +94,7 @@ Desired pkgnum when using experimental package balances. =item reason - a freeform string (deprecated) -=item reasonnum - Reason for voiding the payment (see L) +=item reasonnum - Reason for voiding the payment (see L) =back diff --git a/FS/FS/cust_payby.pm b/FS/FS/cust_payby.pm index 4e9f04f51..410d69093 100644 --- a/FS/FS/cust_payby.pm +++ b/FS/FS/cust_payby.pm @@ -668,7 +668,7 @@ sub label { =item realtime_bop -Runs a L transaction on this card +Runs a L transaction on this card =cut @@ -684,7 +684,7 @@ sub realtime_bop { =item tokenize -Runs a L transaction on this card +Runs a L transaction on this card =cut diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 5ea4c40f7..e581825b0 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -147,7 +147,7 @@ Billing item definition (see L) =item locationnum -Optional link to package location (see L) +Optional link to package location (see L) =item order_date @@ -623,7 +623,7 @@ Available options are: =item reason -can be set to a cancellation reason (see L), either a reasonnum of an existing reason, or passing a hashref will create a new reason. The hashref should have the following keys: typenum - Reason type (see L, reason - Text of the new reason. +can be set to a cancellation reason (see L), either a reasonnum of an existing reason, or passing a hashref will create a new reason. The hashref should have the following keys: typenum - Reason type (see L, reason - Text of the new reason. =item reason_otaker @@ -876,7 +876,7 @@ correctly. Note however that this is an immediate cancel and just changes the date. You are PROBABLY looking to expire the account instead of using this. -=item reason - can be set to a cancellation reason (see L), +=item reason - can be set to a cancellation reason (see L), either a reasonnum of an existing reason, or passing a hashref will create a new reason. The hashref should have the following keys: typenum - Reason type (see L, reason - Text of the new reason. @@ -1528,7 +1528,7 @@ Available options are: =over 4 -=item reason - can be set to a cancellation reason (see L), +=item reason - can be set to a cancellation reason (see L), either a reasonnum of an existing reason, or passing a hashref will create a new reason. The hashref should have the following keys: - typenum - Reason type (see L @@ -4768,7 +4768,7 @@ Available options are: =item reason -can be set to a cancellation reason (see L), either a reasonnum of an existing reason, or passing a hashref will create a new reason. The hashref should have the following keys: typenum - Reason type (see L, reason - Text of the new reason. +can be set to a cancellation reason (see L), either a reasonnum of an existing reason, or passing a hashref will create a new reason. The hashref should have the following keys: typenum - Reason type (see L, reason - Text of the new reason. =item reason_otaker diff --git a/FS/FS/cust_tax_exempt_pkg.pm b/FS/FS/cust_tax_exempt_pkg.pm index 5057781f4..68b7724ec 100644 --- a/FS/FS/cust_tax_exempt_pkg.pm +++ b/FS/FS/cust_tax_exempt_pkg.pm @@ -62,7 +62,7 @@ may be the setup fee, the recurring fee, or the sum of those. (cust_main.tax = 'Y'). =item exempt_cust_taxname - flag indicating that the customer is exempt -from the tax with this name (see L). =item exempt_setup, exempt_recur: flag indicating that the package's setup or recurring fee is not taxable (part_pkg.setuptax and part_pkg.recurtax). diff --git a/FS/FS/hardware_type.pm b/FS/FS/hardware_type.pm index 615c314b0..8324d7ce6 100644 --- a/FS/FS/hardware_type.pm +++ b/FS/FS/hardware_type.pm @@ -25,7 +25,7 @@ FS::hardware_type - Object methods for hardware_type records =head1 DESCRIPTION An FS::hardware_type object represents a device type (a model name or -number) assignable as a hardware service (L). +number) assignable as a hardware service (L). FS::hardware_type inherits from FS::Record. The following fields are currently supported: diff --git a/FS/FS/inventory_item.pm b/FS/FS/inventory_item.pm index eef8880b8..9a58a6463 100644 --- a/FS/FS/inventory_item.pm +++ b/FS/FS/inventory_item.pm @@ -153,7 +153,7 @@ maybe batch_import should be a regular method in FS::inventory_class =head1 SEE ALSO -L, L, L, schema.html from the base +L, L, L, schema.html from the base documentation. =cut diff --git a/FS/FS/legacy_cust_bill.pm b/FS/FS/legacy_cust_bill.pm index 6b43c2f2b..38f9485c5 100644 --- a/FS/FS/legacy_cust_bill.pm +++ b/FS/FS/legacy_cust_bill.pm @@ -45,7 +45,7 @@ Invoice number or identifier from previous system =item custnum -Customer (see L) =item _date diff --git a/FS/FS/legacy_cust_history.pm b/FS/FS/legacy_cust_history.pm index 9e149036b..e214d7241 100644 --- a/FS/FS/legacy_cust_history.pm +++ b/FS/FS/legacy_cust_history.pm @@ -37,7 +37,7 @@ primary key =item custnum -Customer (see L) =item history_action diff --git a/FS/FS/part_event.pm b/FS/FS/part_event.pm index fb2bc4507..adabcf949 100644 --- a/FS/FS/part_event.pm +++ b/FS/FS/part_event.pm @@ -654,7 +654,7 @@ sub _upgrade_data { #class method =head1 SEE ALSO L, L, L, -L, L, L, L, +L, L, L, L, L, schema.html from the base documentation. diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 4aa2926c4..176d97efe 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -1886,11 +1886,11 @@ Frequency override (for calc_recur) This option is filled in by the method rather than controlling its operation. It is an arrayref. Applicable discounts will be added to the arrayref, as -L. +L records. =item real_pkgpart -For package add-ons, is the base L, otherwise +For package add-ons, is the base L package definition, otherwise no different than pkgpart. =item precommit_hooks @@ -1914,7 +1914,7 @@ plan option prorate_defer_bill). =back Note: Don't calculate prices when not actually billing the package. For that, -see the L and L methods. +see the L and L methods. =cut diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm index b82996e0d..49854f7ca 100644 --- a/FS/FS/part_svc.pm +++ b/FS/FS/part_svc.pm @@ -57,7 +57,7 @@ FS::Record. The following fields are currently supported: =item svcdb - table used for this service. See L, L, and L, among others. -=item classnum - Optional service class (see L) +=item classnum - Optional service class (see L) =item disabled - Disabled flag, empty or `Y' diff --git a/FS/FS/radius_usergroup.pm b/FS/FS/radius_usergroup.pm index 9c78796c4..cf3cdfa01 100644 --- a/FS/FS/radius_usergroup.pm +++ b/FS/FS/radius_usergroup.pm @@ -156,7 +156,7 @@ sub _upgrade_data { #class method =head1 SEE ALSO -L, L, L, schema.html from the base documentation. +L, L, L, schema.html from the base documentation. =cut diff --git a/FS/FS/sales.pm b/FS/FS/sales.pm index 31409288e..c1e075e5e 100644 --- a/FS/FS/sales.pm +++ b/FS/FS/sales.pm @@ -44,7 +44,7 @@ Name =item agentnum -Agent (see L) =item disabled diff --git a/FS/FS/svc_Parent_Mixin.pm b/FS/FS/svc_Parent_Mixin.pm index 4501bafc8..a63921f62 100644 --- a/FS/FS/svc_Parent_Mixin.pm +++ b/FS/FS/svc_Parent_Mixin.pm @@ -76,7 +76,7 @@ sub children_svc_x { This class provides a check subroutine which takes care of checking the parent_svcnum field. The svc_ class which uses it will call SUPER::check at the end of its own checks, and this class will call NEXT::check to pass -the check "up the chain" (see L). +the check "up the chain" (see L). =cut diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 32190b19f..053f1e0f4 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -2294,7 +2294,7 @@ sub is_rechargable { =item seconds_since TIMESTAMP Returns the number of seconds this account has been online since TIMESTAMP, -according to the session monitor (see L). +according to the session monitor (see L). TIMESTAMP is specified as a UNIX timestamp; see L. Also see L and L for conversion functions. diff --git a/FS/FS/type_pkgs.pm b/FS/FS/type_pkgs.pm index d06050e4b..8cc2345ff 100644 --- a/FS/FS/type_pkgs.pm +++ b/FS/FS/type_pkgs.pm @@ -102,7 +102,7 @@ Returns the FS::agent_type object associated with this record. =head1 SEE ALSO -L, L, L, schema.html from the base +L, L, L, schema.html from the base documentation. =cut diff --git a/FS/bin/freeside-addoutsource b/FS/bin/freeside-addoutsource old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-addoutsourceuser b/FS/bin/freeside-addoutsourceuser old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-adduser b/FS/bin/freeside-adduser old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-backup b/FS/bin/freeside-backup old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-cdr-freeswitch b/FS/bin/freeside-cdr-freeswitch old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-cdr-portaone-import b/FS/bin/freeside-cdr-portaone-import old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-cdrd b/FS/bin/freeside-cdrd old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-cdrrated b/FS/bin/freeside-cdrrated old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-cdrrewrited b/FS/bin/freeside-cdrrewrited old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-censustract-update b/FS/bin/freeside-censustract-update old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-check b/FS/bin/freeside-check old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-deloutsource b/FS/bin/freeside-deloutsource old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-deloutsourceuser b/FS/bin/freeside-deloutsourceuser old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-ipifony-download b/FS/bin/freeside-ipifony-download old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download index 4d99df2d0..d300f3edc 100755 --- a/FS/bin/freeside-paymentech-download +++ b/FS/bin/freeside-paymentech-download @@ -133,7 +133,7 @@ freeside-paymentech-download - Retrieve payment batch responses from Chase Payme Command line tool to download payment batch responses from the Chase Paymentech gateway. These are XML files packaged in ZIP files. This script downloads them -by SFTP, extracts the contents, and passes them to L. +by SFTP, extracts the contents, and passes them to L. -v: Be verbose. diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload index 770239d8d..d6ca0cd28 100755 --- a/FS/bin/freeside-paymentech-upload +++ b/FS/bin/freeside-paymentech-upload @@ -126,7 +126,7 @@ freeside-paymentech-upload - Transmit a payment batch to Chase Paymentech via SF Command line tool to upload a payment batch to the Chase Paymentech gateway. The batch will be exported to the Paymentech XML format, packaged in a ZIP -file, and transmitted via SFTP. Use L to retrieve the +file, and transmitted via SFTP. Use L to retrieve the response file. -a: Send all open batches, instead of specifying a batchnum. diff --git a/FS/bin/freeside-prepaidd b/FS/bin/freeside-prepaidd old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-queued b/FS/bin/freeside-queued old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-radgroup b/FS/bin/freeside-radgroup old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-reexport b/FS/bin/freeside-reexport old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-selfservice-server b/FS/bin/freeside-selfservice-server old mode 100644 new mode 100755 index f008285e5..4272caed5 --- a/FS/bin/freeside-selfservice-server +++ b/FS/bin/freeside-selfservice-server @@ -1,5 +1,11 @@ #!/usr/bin/perl -w +=head1 NAME + +freeside-selfservice-server + +=cut + use strict; use vars qw( $FREESIDE_LOG $FREESIDE_LOCK ); use vars qw( $Debug %kids $kids $max_kids $ssh_pid %old_ssh_pid $keepalives ); diff --git a/FS/bin/freeside-selfservice-xmlrpcd b/FS/bin/freeside-selfservice-xmlrpcd index 7e373a0c3..7ec72e9b9 100755 --- a/FS/bin/freeside-selfservice-xmlrpcd +++ b/FS/bin/freeside-selfservice-xmlrpcd @@ -1,5 +1,11 @@ #!/usr/bin/perl +=head1 NAME + +freeside-selfservice-xmlrpcd + +=cut + use FS::Daemon::Preforking qw( freeside_init1 freeside_init2 daemon_run ); use FS::XMLRPC_Lite; #XMLRPC::Lite for XMLRPC::Serializer diff --git a/FS/bin/freeside-setinvoice b/FS/bin/freeside-setinvoice old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index a6908e172..d6e191f3b 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -1,5 +1,11 @@ #!/usr/bin/perl -w +=head1 NAME + +freeside-setup + +=cut + #to delay loading dbdef until we're ready BEGIN { $FS::Schema::setup_hack = 1; } diff --git a/FS/bin/freeside-sqlradius-radacctd b/FS/bin/freeside-sqlradius-radacctd old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-sqlradius-seconds b/FS/bin/freeside-sqlradius-seconds old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-tax-district-update b/FS/bin/freeside-tax-district-update old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-tax-location-update b/FS/bin/freeside-tax-location-update old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-torrus-srvderive b/FS/bin/freeside-torrus-srvderive old mode 100644 new mode 100755 diff --git a/FS/bin/freeside-xmlrpcd b/FS/bin/freeside-xmlrpcd old mode 100644 new mode 100755 index e4e03345a..b6f15ce89 --- a/FS/bin/freeside-xmlrpcd +++ b/FS/bin/freeside-xmlrpcd @@ -1,5 +1,11 @@ #!/usr/bin/perl +=head1 NAME + +freeside-xmlrpcd + +=cut + use FS::Daemon::Preforking qw( freeside_init1 freeside_init2 daemon_run ); use FS::XMLRPC_Lite; #XMLRPC::Lite for XMLRPC::Serializer diff --git a/FS/bin/freeside-yori b/FS/bin/freeside-yori old mode 100644 new mode 100755 diff --git a/bin/artera.import b/bin/artera.import old mode 100644 new mode 100755 diff --git a/bin/backup-dvd b/bin/backup-dvd old mode 100644 new mode 100755 diff --git a/bin/billco-upload b/bin/billco-upload old mode 100644 new mode 100755 diff --git a/bin/breakdown-bill-applications b/bin/breakdown-bill-applications old mode 100644 new mode 100755 diff --git a/bin/cch.finish_failed b/bin/cch.finish_failed old mode 100644 new mode 100755 diff --git a/bin/cch.redelete b/bin/cch.redelete old mode 100644 new mode 100755 diff --git a/bin/cdr-voipswitch.import b/bin/cdr-voipswitch.import old mode 100644 new mode 100755 diff --git a/bin/cdr.reimport b/bin/cdr.reimport old mode 100644 new mode 100755 diff --git a/bin/copy-cust_main_county b/bin/copy-cust_main_county old mode 100644 new mode 100755 diff --git a/bin/create-fetchmailrc b/bin/create-fetchmailrc old mode 100644 new mode 100755 diff --git a/bin/cust_main_special.pm b/bin/cust_main_special.pm old mode 100644 new mode 100755 diff --git a/bin/drop_slony.slonik b/bin/drop_slony.slonik old mode 100644 new mode 100755 diff --git a/bin/explain-bill-query b/bin/explain-bill-query old mode 100644 new mode 100755 diff --git a/bin/find-overapplied b/bin/find-overapplied old mode 100644 new mode 100755 diff --git a/bin/fix-missing-taxes b/bin/fix-missing-taxes old mode 100644 new mode 100755 diff --git a/bin/follow-tax-rename b/bin/follow-tax-rename old mode 100644 new mode 100755 diff --git a/bin/freeside-backup b/bin/freeside-backup old mode 100644 new mode 100755 diff --git a/bin/freeside-migrate-events b/bin/freeside-migrate-events old mode 100644 new mode 100755 diff --git a/bin/freeside-mysql.load b/bin/freeside-mysql.load old mode 100644 new mode 100755 diff --git a/bin/freeside.import b/bin/freeside.import old mode 100644 new mode 100755 diff --git a/bin/import-did-inventory b/bin/import-did-inventory old mode 100644 new mode 100755 diff --git a/bin/merge-referrals b/bin/merge-referrals old mode 100644 new mode 100755 diff --git a/bin/move-datasrc b/bin/move-datasrc old mode 100644 new mode 100755 diff --git a/bin/pg-readonly b/bin/pg-readonly old mode 100644 new mode 100755 diff --git a/bin/populate-areacodes b/bin/populate-areacodes old mode 100644 new mode 100755 diff --git a/bin/queue-bulk_change b/bin/queue-bulk_change old mode 100644 new mode 100755 diff --git a/bin/rate.delete b/bin/rate.delete old mode 100644 new mode 100755 diff --git a/bin/restore-ship_company b/bin/restore-ship_company old mode 100644 new mode 100755 diff --git a/bin/rt-setup-support-time b/bin/rt-setup-support-time old mode 100644 new mode 100755 diff --git a/bin/rt-update-links b/bin/rt-update-links old mode 100644 new mode 100755 diff --git a/bin/sales2agent b/bin/sales2agent old mode 100644 new mode 100755 diff --git a/bin/sendmail.import b/bin/sendmail.import old mode 100644 new mode 100755 diff --git a/bin/sequences.reset b/bin/sequences.reset old mode 100644 new mode 100755 diff --git a/bin/sqlradius-reexport-group b/bin/sqlradius-reexport-group old mode 100644 new mode 100755 diff --git a/bin/sqlradius.import b/bin/sqlradius.import old mode 100644 new mode 100755 diff --git a/bin/svc.replace b/bin/svc.replace old mode 100644 new mode 100755 diff --git a/bin/svc_acct-recalculate_usage b/bin/svc_acct-recalculate_usage old mode 100644 new mode 100755 diff --git a/bin/test_scrub b/bin/test_scrub old mode 100644 new mode 100755 diff --git a/bin/wipe-agent b/bin/wipe-agent old mode 100644 new mode 100755 diff --git a/bin/wipe-customers b/bin/wipe-customers old mode 100644 new mode 100755 diff --git a/bin/xmlrpc-customer_package-status.pl b/bin/xmlrpc-customer_package-status.pl old mode 100644 new mode 100755 diff --git a/bin/xmlrpc-customer_packages-list.pl b/bin/xmlrpc-customer_packages-list.pl old mode 100644 new mode 100755 diff --git a/fs_selfservice/FS-SelfService/freeside-selfservice-clientd b/fs_selfservice/FS-SelfService/freeside-selfservice-clientd old mode 100644 new mode 100755 index 0819d9d67..a3046cd44 --- a/fs_selfservice/FS-SelfService/freeside-selfservice-clientd +++ b/fs_selfservice/FS-SelfService/freeside-selfservice-clientd @@ -1,8 +1,14 @@ #!/usr/bin/perl -w -# -# freeside-selfservice-clientd -# -# This is run REMOTELY over ssh by freeside-selfservice-server + +=head1 NAME + +freeside-selfservice-clientd + +=head1 DESCRIPTION + +This is run REMOTELY over ssh by freeside-selfservice-server + +=cut use strict; use subs qw(spawn logmsg lock_write unlock_write); diff --git a/fs_selfservice/FS-SelfService/freeside-selfservice-soap-server b/fs_selfservice/FS-SelfService/freeside-selfservice-soap-server index 869a8aecc..464e7ea51 100644 --- a/fs_selfservice/FS-SelfService/freeside-selfservice-soap-server +++ b/fs_selfservice/FS-SelfService/freeside-selfservice-soap-server @@ -1,7 +1,10 @@ #!/usr/bin/perl -w -# -# freeside-selfservice-soap-server -# + +=head1 NAME + +freeside-selfservice-soap-server + +=cut use strict; use Fcntl qw(:flock); diff --git a/fs_selfservice/FS-SelfService/freeside-selfservice-xmlrpc-server b/fs_selfservice/FS-SelfService/freeside-selfservice-xmlrpc-server index bd4f83b3c..801de56c6 100644 --- a/fs_selfservice/FS-SelfService/freeside-selfservice-xmlrpc-server +++ b/fs_selfservice/FS-SelfService/freeside-selfservice-xmlrpc-server @@ -1,7 +1,10 @@ #!/usr/bin/perl -w -# -# freeside-selfservice-xmlrpc-server -# + +=head1 NAME + +freeside-selfservice-xmlrpc-server + +=cut use strict; use Fcntl qw(:flock);