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
5f6cc986
Commit
5f6cc986
authored
May 21, 2012
by
Leigh B Stoller
Browse files
Update for Ubuntu 12.04.
parent
b0fb9913
Changes
6
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/ubuntu11/GNUmakefile.in
View file @
5f6cc986
...
@@ -57,6 +57,11 @@ bin-install: dir-install
...
@@ -57,6 +57,11 @@ bin-install: dir-install
$(INSTALL) -m 755 $(SRCDIR)/findcnet $(BINDIR)/findcnet
$(INSTALL) -m 755 $(SRCDIR)/findcnet $(BINDIR)/findcnet
etc-install: dir-install common-sysetc-install
etc-install: dir-install common-sysetc-install
$(INSTALL) -m 644 $(SRCDIR)/group $(ETCDIR)/group
$(INSTALL) -m 644 $(SRCDIR)/passwd $(ETCDIR)/passwd
$(INSTALL) -m 600 $(SRCDIR)/shadow $(ETCDIR)/shadow
$(INSTALL) -m 600 $(SRCDIR)/gshadow $(ETCDIR)/gshadow
$(INSTALL) -m 644 $(SRCDIR)/hosts $(ETCDIR)/hosts
common-sysetc-install: dir-install
common-sysetc-install: dir-install
(cd ../linux; $(MAKE) DESTDIR=$(DESTDIR) RCDIR=$(RCDIR) RRCDIR=$(RRCDIR) sysetc-install)
(cd ../linux; $(MAKE) DESTDIR=$(DESTDIR) RCDIR=$(RCDIR) RRCDIR=$(RRCDIR) sysetc-install)
...
...
clientside/tmcc/ubuntu11/group
View file @
5f6cc986
...
@@ -49,3 +49,8 @@ admin:x:109:
...
@@ -49,3 +49,8 @@ admin:x:109:
tuser:x:1000:
tuser:x:1000:
ntp:x:110:
ntp:x:110:
ssl-cert:x:111:
ssl-cert:x:111:
postfix:x:112:
postdrop:x:113:
messagebus:x:114:
utempter:x:116:
_cvsadmin:x:115:
clientside/tmcc/ubuntu11/gshadow
View file @
5f6cc986
...
@@ -49,3 +49,8 @@ admin:!::
...
@@ -49,3 +49,8 @@ admin:!::
tuser:!::
tuser:!::
ntp:!::
ntp:!::
ssl-cert:!::
ssl-cert:!::
postfix:!::
postdrop:!::
messagebus:!::
utempter:!::
_cvsadmin:!::
clientside/tmcc/ubuntu11/hosts
0 → 100644
View file @
5f6cc986
#
# Hosts Database.
#
127.0.0.1 localhost loghost
clientside/tmcc/ubuntu11/passwd
View file @
5f6cc986
...
@@ -22,3 +22,5 @@ tuser:x:1000:1000:tuser,,,:/home/tuser:/bin/bash
...
@@ -22,3 +22,5 @@ tuser:x:1000:1000:tuser,,,:/home/tuser:/bin/bash
sshd:x:102:65534::/var/run/sshd:/usr/sbin/nologin
sshd:x:102:65534::/var/run/sshd:/usr/sbin/nologin
statd:x:103:65534::/var/lib/nfs:/bin/false
statd:x:103:65534::/var/lib/nfs:/bin/false
ntp:x:104:110::/home/ntp:/bin/false
ntp:x:104:110::/home/ntp:/bin/false
postfix:x:105:112::/var/spool/postfix:/bin/false
messagebus:x:106:114::/var/run/dbus:/bin/false
clientside/tmcc/ubuntu11/shadow
View file @
5f6cc986
...
@@ -22,3 +22,5 @@ tuser:*:14797:0:99999:7:::
...
@@ -22,3 +22,5 @@ tuser:*:14797:0:99999:7:::
sshd:*:14797:0:99999:7:::
sshd:*:14797:0:99999:7:::
statd:*:14797:0:99999:7:::
statd:*:14797:0:99999:7:::
ntp:*:14798:0:99999:7:::
ntp:*:14798:0:99999:7:::
postfix:*:14798:0:99999:7:::
messagebus:*:14798:0:99999:7:::
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