aboutsummaryrefslogtreecommitdiff
path: root/rpkid/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/Makefile.in')
-rw-r--r--rpkid/Makefile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in
index fa20fa53..72ddb658 100644
--- a/rpkid/Makefile.in
+++ b/rpkid/Makefile.in
@@ -209,10 +209,6 @@ install-postconf: \
install-user:
@true
-# This should copy rpki.conf.sample to rpki.conf if the latter doesn't
-# exist. We also need a deinstallation rule to cover this, following
-# the FreeBSD convention that we deinstall the .conf if and only if
-# it's identical to the .conf.sample.
install-conf: ${DESTDIR}${sysconfdir}/rpki.conf
${DESTDIR}${sysconfdir}/rpki.conf: ${DESTDIR}${sysconfdir}/rpki.conf.sample
@@ -228,9 +224,6 @@ deinstall::
install-apache:
@true
-# This just runs rpki-mysql-setup, but we should figure out a way for
-# that to avoid prompting us for the SQL root password when we don't
-# really need it.
install-mysql:
${sbindir}/rpki-sql-setup
uthor Rob Austein <sra@hactrn.net> 2007-04-17 18:18:09 +0000 committer Rob Austein <sra@hactrn.net> 2007-04-17 18:18:09 +0000 Split my current object model picture off from the version that was' href='/sra/rpki.net/commit/docs/repository-engine-objects.pdf?id=ff8a6212cfb4c0b1afbc9ab7d603579169db377a'>ff8a6212
802423c4




cc727b3c
802423c4




ff8a6212



802423c4
ff8a6212
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