Difference between revisions of "Freeside talk:1.7:Documentation:Administration"

From Freeside
Jump to: navigation, search
(reverting spam)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
* [http://latabo.com/zellivipasb.html ouliligetd]
 
http://drondomoutr.com/tac4tmonzelc.html[ouliligetd] [[http://drondomoutr.com/tac4tmonzelc.html][ouliligetd]]
 
* http://racboletotar.com/lisitoun.html ouliligetd
 
* [[http://errelmondel.com/pasnodelbo.html ouliligetd]]
 
* [[http://racnot.com/roltroca.html|ouliligetd]]
 
* [[http://drondom.com/monacdomtro.html | ouliligetd]]
 
* [http://alsitdomcr.com/orvige.html|ouliligetd]
 
* [ouliligetd|http://acbobasliel.com/troctatasit.html]
 
* ((http://bastroccoze.com/oloborolaell.html ouliligetd))
 
* [ouliligetd](http://racvarzelt.com/nochimonc.html "ouliligetd")
 
"ouliligetd":http://pasdomboce.com/oucamondomt.html
 
 
 
= Exports =
 
= Exports =
  

Latest revision as of 17:04, 25 July 2009

Exports

Quick shell kludge to generate the list of exports per service:

 for a in svc_acct svc_domain svc_forward svc_www svc_broadband svc_external; do \
   echo "==$a=="
   for b in `grep "'svc'" *.pm | grep $a | cut -d: -f1`; do \
     echo -n "* $b: "
     grep "'desc'" $b | cut -d'>' -f2 | perl -pe "s/',?//g;"
     done
   echo
 done