Added
Link Here
|
1 |
--- portsnap.8.orig Sat May 27 09:21:29 2006 |
2 |
+++ portsnap.8 Thu Jul 20 09:06:29 2006 |
3 |
@@ -57,13 +57,13 @@ |
4 |
Store working files (e.g. downloaded updates) in |
5 |
.Ar workdir . |
6 |
(default: |
7 |
-.Pa $PREFIX/portsnap , |
8 |
+.Pa %%PREFIX%%/portsnap , |
9 |
or as given in the configuration file.) |
10 |
.It Fl f Ar conffile |
11 |
Read the configuration from from |
12 |
.Ar conffile . |
13 |
(default: |
14 |
-.Pa $PREFIX/etc/portsnap.conf ) |
15 |
+.Pa %%PREFIX%%/etc/portsnap.conf ) |
16 |
.It Fl I |
17 |
For the |
18 |
.Cm update |
19 |
@@ -157,7 +157,7 @@ |
20 |
.It |
21 |
If your clock is set to local time, adding the line |
22 |
.Pp |
23 |
-.Dl 0 3 * * * root /usr/local/sbin/portsnap cron |
24 |
+.Dl 0 3 * * * root /foo/sbin/portsnap cron |
25 |
.Pp |
26 |
to /etc/crontab is a good way to make sure you always have |
27 |
an up-to-date snapshot of the ports tree available which |
28 |
@@ -218,10 +218,10 @@ |
29 |
may be published, but only in aggregate and after anonymizing the |
30 |
individual systems. |
31 |
.Sh FILES |
32 |
-.Bl -tag -width "$PREFIX/etc/portsnap.conf" |
33 |
-.It $PREFIX/etc/portsnap.conf |
34 |
+.Bl -tag -width "%%PREFIX%%/etc/portsnap.conf" |
35 |
+.It %%PREFIX%%/etc/portsnap.conf |
36 |
Default location of the portsnap configuration file. |
37 |
-.It $PREFIX/portsnap |
38 |
+.It %%PREFIX%%/portsnap |
39 |
Default location where compressed snapshots are stored. |
40 |
.It /usr/ports |
41 |
Default location where the ports tree is extracted. |