[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-221-g97c5a2d
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2011-01-07 15:48:22
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 97c5a2df794aeb4ce33443a314f9fdc0ff7fdf74 (commit)
from 74a8707b04c18fd90dd7b23a9040d2732ffc6f0a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 97c5a2df794aeb4ce33443a314f9fdc0ff7fdf74
Author: Jeremie Scheer <jer...@ar...>
Date: Fri Jan 7 16:47:48 2011 +0100
[ROOTFS] Put the guest user's file .ssh/authorized_keys in PPS' skeleton instead of creating it during system boot.
-----------------------------------------------------------------------
Summary of changes:
.../pps/home/guest/.ssh/authorized_keys | 0
target/pps/init/S90guestcreation | 2 --
2 files changed, 0 insertions(+), 2 deletions(-)
copy buildroot/target/device/armadeus/linux/linux.mk => target/pps/home/guest/.ssh/authorized_keys (100%)
diff --git a/buildroot/target/device/armadeus/linux/linux.mk b/target/pps/home/guest/.ssh/authorized_keys
similarity index 100%
copy from buildroot/target/device/armadeus/linux/linux.mk
copy to target/pps/home/guest/.ssh/authorized_keys
diff --git a/target/pps/init/S90guestcreation b/target/pps/init/S90guestcreation
index 52f10a5..2d1434b 100755
--- a/target/pps/init/S90guestcreation
+++ b/target/pps/init/S90guestcreation
@@ -30,9 +30,7 @@
echo "Configuring guest user"
chown guest:1001 /home/guest
-mkdir /home/guest/.ssh
chown guest:1001 /home/guest/.ssh
chmod 750 /home/guest/.ssh
-touch /home/guest/.ssh/authorized_keys
chown guest:1001 /home/guest/.ssh/authorized_keys
hooks/post-receive
--
armadeus
|