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-devel
Commits
5f97eb6d
Commit
5f97eb6d
authored
Jun 02, 2005
by
Mike Hibler
Browse files
Install quotamail on the ops (really fs) node rather than on boss
parent
07dd1ee1
Changes
1
Hide whitespace changes
Inline
Side-by-side
account/GNUmakefile.in
View file @
5f97eb6d
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -12,8 +12,9 @@ UNIFIED = @UNIFIED_BOSS_AND_OPS@
include $(OBJDIR)/Makeconf
SBIN_STUFF = tbacct addsfskey addpubkey
quotamail
mkusercert
SBIN_STUFF = tbacct addsfskey addpubkey mkusercert
LIBEXEC_STUFF = webtbacct webaddsfskey webaddpubkey webmkusercert
FS_SBIN_STUFF = quotamail
#
# Force dependencies on the scripts so that they will be rerun through
...
...
@@ -41,7 +42,12 @@ post-install:
chown root $(INSTALL_SBINDIR)/mkusercert
chmod u+s $(INSTALL_SBINDIR)/mkusercert
control-install:
# XXX ops == fs right now
control-install: fs-install
fs-script-install: $(addprefix $(INSTALL_SBINDIR)/, $(FS_SBIN_STUFF))
fs-install: fs-script-install
clean:
rm -f *.o core
...
...
Write
Preview
Supports
Markdown
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