18 lines
		
	
	
		
			463 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			463 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| ##@cooked nocomments # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | |
| ##@include prefixes
 | |
| ##@include java
 | |
| ##@include webobjects
 | |
| ##@include apache
 | |
| ##@include ldap
 | |
| ##@include crontab
 | |
| uprovide PREFIXES-DEFAULTS
 | |
| urequire prefixes java webobjects apache ldap crontab
 | |
| 
 | |
| function compute_all_prefixes() {
 | |
|     compute_java_prefixes
 | |
|     compute_webobjects_prefixes
 | |
|     compute_apache_prefixes
 | |
|     compute_ldap_prefixes
 | |
|     compute_crontab_prefixes
 | |
| }
 | 
