Small fix to /var/lib/oscar/packages/pfilter/api-post-clientdef to remove the 
following error:

Not enough arguments for OSCAR::Database::get_headnode_iface at 
/var/lib/oscar/packages/pfilter/api-post-clientdef line 84, near "()"
Execution of /var/lib/oscar/packages/pfilter/api-post-clientdef aborted due to 
compilation errors.

Olivier.
PS: For now, I think that oscar_wizard step 1,2,3 and 6 are fixed.
step 4 is fixed for the core functions, but optional packages are still 
triggering errors.
step 5 is fixed for the core functions, but optional packages are still 
triggering errors like the one above.
I'm working on /var/lib/oscar/packages/*/* to fix step 4 and 5 if I can.

-- 
        Olivier LAHAYE
        CEA Saclay
        DRT-LIST-DETECS-SSTM
--- /var/lib/oscar/packages/pfilter/api-post-clientdef.orig	2009-11-26 10:48:39.000000000 +0100
+++ /var/lib/oscar/packages/pfilter/api-post-clientdef	2009-11-26 10:48:52.000000000 +0100
@@ -81,7 +81,7 @@
 # in /etc/pfilter.conf
 
 my $on_interface = "";
-my $interface = get_headnode_iface();
+my $interface = get_headnode_iface(undef,undef);
 if ( $interface && $interface ne "" ) {
     $on_interface = "on      $interface";
 } else {
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to