diff --git a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend b/meta-arago-distro/recipes-extended/shadow/shadow-securetty-arago.inc
similarity index 100%
copy from meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend
copy to meta-arago-distro/recipes-extended/shadow/shadow-securetty-arago.inc
diff --git a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend b/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend
index 62999d2a..eea8f292 100644
--- a/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend
+++ b/meta-arago-distro/recipes-extended/shadow/shadow-securetty_%.bbappend
@@ -1,15 +1,4 @@
-PR:append = ".arago0"
+SHADOW_SECURETTY_ARAGO = ""
+SHADOW_SECURETTY_ARAGO:arago = "shadow-securetty-arago.inc"
 
-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
-
-}
+require ${SHADOW_SECURETTY_ARAGO}
