| 
									
										
										
										
											2011-03-16 08:54:35 +01:00
										 |  |  | cdist-env(1) | 
					
						
							|  |  |  | ============ | 
					
						
							|  |  |  | Nico Schottelius <nico-cdist--@--schottelius.org> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | NAME | 
					
						
							|  |  |  | ---- | 
					
						
							|  |  |  | cdist-env - Setup environment for using cdist | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SYNOPSIS | 
					
						
							|  |  |  | -------- | 
					
						
							|  |  |  | cdist-env | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DESCRIPTION | 
					
						
							|  |  |  | ----------- | 
					
						
							|  |  |  | cdist-env outputs two strings suitable for usage in your current shell, | 
					
						
							| 
									
										
										
										
											2011-03-16 09:38:59 +01:00
										 |  |  | so you can use cdist from the checkout. cdist-env essentially helps you | 
					
						
							|  |  |  | to easily setup PATH and MANPATH. | 
					
						
							| 
									
										
										
										
											2011-03-16 08:54:35 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-16 09:38:59 +01:00
										 |  |  | If you've multiple checkouts of cdist and run cdist-env from the various | 
					
						
							|  |  |  | checkouts, a new run will prepend the last directory, thus ensures you | 
					
						
							|  |  |  | can run it multiple times and does what one expects. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | EXAMPLES | 
					
						
							|  |  |  | -------- | 
					
						
							|  |  |  | For use in bourne shell variants (like dash, bash, ksh) as well as | 
					
						
							|  |  |  | in csh variants (csh, tcsh): | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | -------------------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2011-03-16 10:25:53 +01:00
										 |  |  | eval `./bin/cdist-env` | 
					
						
							| 
									
										
										
										
											2011-03-16 09:38:59 +01:00
										 |  |  | -------------------------------------------------------------------------------- | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-24 15:49:22 +01:00
										 |  |  | For bourne shell, there is also a shorter version: | 
					
						
							| 
									
										
										
										
											2011-03-23 09:29:41 +01:00
										 |  |  | -------------------------------------------------------------------------------- | 
					
						
							|  |  |  | . ./bin/cdist-env | 
					
						
							|  |  |  | -------------------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2011-03-16 08:54:35 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SEE ALSO | 
					
						
							|  |  |  | -------- | 
					
						
							|  |  |  | cdist(7) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | COPYING | 
					
						
							|  |  |  | ------- | 
					
						
							|  |  |  | Copyright \(C) 2011 Nico Schottelius. Free use of this software is | 
					
						
							|  |  |  | granted under the terms of the GNU General Public License version 3 (GPLv3). |