summaryrefslogtreecommitdiff
path: root/kernel/xpp/utils/xpp_sync
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xpp/utils/xpp_sync')
-rwxr-xr-xkernel/xpp/utils/xpp_sync9
1 files changed, 7 insertions, 2 deletions
diff --git a/kernel/xpp/utils/xpp_sync b/kernel/xpp/utils/xpp_sync
index 2840271..8167eb1 100755
--- a/kernel/xpp/utils/xpp_sync
+++ b/kernel/xpp/utils/xpp_sync
@@ -39,7 +39,7 @@ if(@ARGV == 1) {
sub get_sorted_xpds() {
my @good_xpds;
- foreach my $xbus (Zaptel::Xpp::xbuses('SORT_CONNECTOR')) {
+ foreach my $xbus (Zaptel::Xpp::xbuses) {
next unless $xbus->status eq 'CONNECTED';
foreach my $xpd ($xbus->xpds()) {
my $isreg = $xpd->zt_registration();
@@ -198,7 +198,7 @@ from the '+' beside it.
xpp_sync is normally called from the zaptel init.d script.
The parameter it is called with defaults to
I<auto>, but it is possible to override that parameter (e.g: set it to
-I<zaptel>) through the value of XPP_SYNC in either /etc/defualt/zaptel
+I<zaptel>) through the value of XPP_SYNC in either /etc/default/zaptel
or /etc/sysconfig/zaptel .
=head1 FILES
@@ -207,8 +207,13 @@ or /etc/sysconfig/zaptel .
=item /proc/xpp/sync
+(Deprecated: no longer supported)
xpp_sync is essentially a nicer interface to /proc/xpp/sync . That file
shows the current xpp sync master (and in what format you need to write
to it to set the master).
+=head1 SEE ALSO
+
+zt_registration(1), ztcfg(1), README.Astribank
+
=back