On 17/10/23 02:48, Andrew Davis via lists.yoctoproject.org wrote:
I'm sure I don't have to explain why this was a bad idea..

Still, It will be good to have a commit message explaining it :)


Signed-off-by: Andrew Davis <[email protected]>
---
  .../shadow/shadow-securetty_%.bbappend            | 15 ---------------
  1 file changed, 15 deletions(-)
  delete mode 100644 
meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend

diff --git 
a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend 
b/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend
deleted file mode 100644
index 62999d2a..00000000
--- a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend
+++ /dev/null
@@ -1,15 +0,0 @@
-PR:append = ".arago0"
-
-do_install:append () {
-    # Allow telnet sessions to login as root
-    securetty_file=${D}${sysconfdir}/securetty
-
-    echo '' >> $securetty_file
-    echo '# Allow 5 telnet login' >> $securetty_file
-    echo 'pts/0' >> $securetty_file
-    echo 'pts/1' >> $securetty_file
-    echo 'pts/2' >> $securetty_file
-    echo 'pts/3' >> $securetty_file
-    echo 'pts/4' >> $securetty_file
-
-}


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14940): 
https://lists.yoctoproject.org/g/meta-arago/message/14940
Mute This Topic: https://lists.yoctoproject.org/mt/102005945/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to