blob: 5dadfb96a5e046b9829bcaf8ea55936bd0679a02 (
plain) (
blame)
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
|
$FreeBSD$
--- Jamfile.orig
+++ Jamfile
@@ -50,9 +50,9 @@
}
-Prepare $(INSTALLROOT)$(JAILDIR) ;
-Prepare $(INSTALLROOT)$(MESSAGEDIR) ;
-Prepare $(INSTALLROOT)$(PIDFILEDIR) ;
+# Prepare $(INSTALLROOT)$(JAILDIR) ;
+# Prepare $(INSTALLROOT)$(MESSAGEDIR) ;
+# Prepare $(INSTALLROOT)$(PIDFILEDIR) ;
Prepare $(INSTALLROOT)$(CONFIGDIR) ;
Prepare $(INSTALLROOT)$(LIBDIR)/contrib ;
if ( $(LOGFILE:D) != "" && $(LOGFILE:D) != "syslog" ) {
@@ -64,14 +64,14 @@
# if we make JAILDIR, we should chmod it so noone can read it:
-MODE on $(INSTALLROOT)$(JAILDIR) = 700 ;
-Chmod $(INSTALLROOT)$(JAILDIR) ;
+# MODE on $(INSTALLROOT)$(JAILDIR) = 700 ;
+# Chmod $(INSTALLROOT)$(JAILDIR) ;
# if we make MESSAGEDIR, we should chmod it similarly. AOXUSER needs to
# be able to write to it, but we can't chown here, because the user may
# not exist yet.
-MODE on $(INSTALLROOT)$(MESSAGEDIR) = 700 ;
-Chmod $(INSTALLROOT)$(MESSAGEDIR) ;
+# MODE on $(INSTALLROOT)$(MESSAGEDIR) = 700 ;
+# Chmod $(INSTALLROOT)$(MESSAGEDIR) ;
actions Message {
@@ -95,7 +95,7 @@
EOM
}
-Message install ;
+# Message install ;
if $(BUILDDOC) {
|