This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| howtos:runlocation [2008/02/08 18:49] – external edit 127.0.0.1 | howtos:runlocation [2015/04/17 01:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Unless you set POPFile' | Unless you set POPFile' | ||
| - | * For a POPFile installation installed to / | ||
| - | < | + | ** For a POPFile installation installed to / |
| - | < | + | This works without environment variables set: |
| - | perl popfile.pl</ | + | |
| + | < | ||
| + | perl popfile.pl</ | ||
| - | **This Doesn't Work** | + | This __doesn't__ work: |
| + | < | ||
| + | perl / | ||
| - | < | + | But this __does__ work: |
| - | perl / | + | |
| - | + | ||
| - | + | ||
| - | **But This Does Work** | + | |
| - | + | ||
| - | + | ||
| - | < | + | |
| - | set POPFILE_ROOT=/ | + | |
| - | cd / | + | |
| - | perl / | + | |
| - | </ | + | |
| + | < | ||
| + | set POPFILE_ROOT=/ | ||
| + | cd / | ||
| + | perl / | ||
Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.