Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
3a97de0c
Commit
3a97de0c
authored
Mar 31, 2006
by
Leigh B. Stoller
Browse files
Some minor changes for turning on archives inside elabinelab (6.0 only).
parent
1d588596
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure
View file @
3a97de0c
...
...
@@ -1431,6 +1431,7 @@ MAILMANSUPPORT=0
WINSUPPORT
=
0
CVSSUPPORT
=
0
CHATSUPPORT
=
0
ARCHIVESUPPORT
=
0
NFSTRACESUPPORT
=
0
TBLOGFACIL
=
"local5"
LINKTEST_NSPATH
=
"/share/linktest-ns"
...
...
@@ -2661,6 +2662,7 @@ s%@FRISEBEEMCASTPORT@%$FRISEBEEMCASTPORT%g
s%@WINSUPPORT@%
$WINSUPPORT
%g
s%@CVSSUPPORT@%
$CVSSUPPORT
%g
s%@CHATSUPPORT@%
$CHATSUPPORT
%g
s%@ARCHIVESUPPORT@%
$ARCHIVESUPPORT
%g
s%@MIN_UNIX_UID@%
$MIN_UNIX_UID
%g
s%@MIN_UNIX_GID@%
$MIN_UNIX_GID
%g
s%@DELAYTHRESH@%
$DELAYTHRESH
%g
...
...
configure.in
View file @
3a97de0c
...
...
@@ -151,6 +151,7 @@ AC_SUBST(FRISEBEEMCASTPORT)
AC_SUBST(WINSUPPORT)
AC_SUBST(CVSSUPPORT)
AC_SUBST(CHATSUPPORT)
AC_SUBST(ARCHIVESUPPORT)
AC_SUBST(MIN_UNIX_UID)
AC_SUBST(MIN_UNIX_GID)
AC_SUBST(DELAYTHRESH)
...
...
@@ -212,6 +213,7 @@ MAILMANSUPPORT=0
WINSUPPORT=0
CVSSUPPORT=0
CHATSUPPORT=0
ARCHIVESUPPORT=0
NFSTRACESUPPORT=0
TBLOGFACIL="local5"
LINKTEST_NSPATH="/share/linktest-ns"
...
...
defs-default
View file @
3a97de0c
...
...
@@ -42,7 +42,7 @@ WINSUPPORT=1
PELABSUPPORT=1
#
# Th
ese
next
six
will not work outside of Utah (yet).
# Th
is
next
group
will not work outside of Utah (yet).
#
WIKISUPPORT=1
BUGDBSUPPORT=1
...
...
@@ -51,6 +51,7 @@ SFSSUPPORT=0
CVSSUPPORT=1
CHATSUPPORT=1
NFSTRACESUPPORT=1
ARCHIVESUPPORT=1
#
# SSL Certificate stuff. Used to customize config files in ssl directory.
# Note that OrganizationalUnit is set in the cnf file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment