aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-09-25 22:58:05 +0000
committerRob Austein <sra@hactrn.net>2013-09-25 22:58:05 +0000
commit3eef6211910a8c14d89802531e2cddaa8f668df3 (patch)
tree87ac5176babaf96e3d7b249c9f6a1c1ea661222d
parent195ad995d62c854e5ee5e2b36fb8c90a10a72dea (diff)
Oops, FreeBSD port changes that should have been in [5520]. See #630.
svn path=/trunk/; revision=5521
-rw-r--r--buildtools/freebsd-skeleton/rpki-ca/pkg-deinstall9
-rw-r--r--buildtools/freebsd-skeleton/rpki-ca/pkg-install1
2 files changed, 7 insertions, 3 deletions
diff --git a/buildtools/freebsd-skeleton/rpki-ca/pkg-deinstall b/buildtools/freebsd-skeleton/rpki-ca/pkg-deinstall
index 0e63b94c..4f93127c 100644
--- a/buildtools/freebsd-skeleton/rpki-ca/pkg-deinstall
+++ b/buildtools/freebsd-skeleton/rpki-ca/pkg-deinstall
@@ -30,6 +30,10 @@ DEINSTALL)
/bin/rm -f /usr/local/share/rpki/rpkid.cer
/bin/rm -f /usr/local/share/rpki/rpkid.key
+ # Clean up unpacked Python eggs.
+
+ /bin/rm -rf /usr/local/share/rpki/python-eggs
+
# If we were automatically dropping SQL databases, this would be
# where we'd want to record what databases to drop.
@@ -63,9 +67,8 @@ POST-DEINSTALL)
#
# Not really sure what to do about these. To the extent that
# I understand the theory on FreeBSD (which seems to be less
- # carefully worked out than on Debian, even though i've been
- # using FreeBSD longer), we're just supposed to leave these
- # for the user to clean up.
+ # carefully worked out than on Debian), we're just supposed to
+ # leave these for the user to clean up.
;;
diff --git a/buildtools/freebsd-skeleton/rpki-ca/pkg-install b/buildtools/freebsd-skeleton/rpki-ca/pkg-install
index 96a3edaa..7f2c2e2a 100644
--- a/buildtools/freebsd-skeleton/rpki-ca/pkg-install
+++ b/buildtools/freebsd-skeleton/rpki-ca/pkg-install
@@ -27,6 +27,7 @@ POST-INSTALL)
fi
/usr/bin/install -o root -g wheel -d /usr/local/share/rpki/publication
+ /usr/bin/install -o www -g www -d /usr/local/share/rpki/python-eggs
/usr/local/sbin/rpki-sql-setup
/usr/local/sbin/rpki-manage syncdb --noinput
.CA.Configuration.rootd?id=2262ef7dae4eeeb21cd7c7eb11ded64212b88a0c'>2262ef7d
6f45f4a6
2262ef7d


e555b8f2
3601076b
e555b8f2
2262ef7d
e555b8f2
2262ef7d
e555b8f2
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d

e555b8f2
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d

6f45f4a6
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d


e555b8f2
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d
e555b8f2
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d
e555b8f2
3601076b
e555b8f2
2262ef7d
e555b8f2
2262ef7d

e555b8f2
3601076b
e555b8f2
2262ef7d
e555b8f2
2262ef7d
e555b8f2
3601076b

e555b8f2
2262ef7d
e555b8f2
2262ef7d
e555b8f2
3601076b

6f45f4a6
2262ef7d
6f45f4a6
2262ef7d
e555b8f2
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d
6f45f4a6
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d

e555b8f2
3601076b
e555b8f2
2262ef7d
6f45f4a6
2262ef7d
e555b8f2
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d

e555b8f2
3601076b
6f45f4a6
2262ef7d
6f45f4a6
2262ef7d

6f45f4a6
3601076b
e555b8f2
2262ef7d
e555b8f2
2262ef7d

e555b8f2
3601076b
e555b8f2
2262ef7d
e555b8f2
2262ef7d

6f45f4a6
3601076b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146