android-raptor
/base/CONTROL/postinst |
@@ -1,4 +1,4 @@ |
#!/system/bin/sh |
#!/bin/sh |
|
# remove links superseded by base package |
rm -rf /system/bin/wget 2>/dev/null |
/base/CONTROL/postrm |
@@ -1,3 +1,3 @@ |
#!/system/bin/sh |
#!/bin/sh |
|
sed -i -e '/\/system\/bin:\/system\/usr\/bin:\/system\/usr\/sbin/d' /etc/mkshrc |
/base/etc/init.d/S20urandom |
@@ -1,4 +1,4 @@ |
#! /bin/sh |
#!/bin/sh |
# |
# urandom This script saves the random seed between reboots. |
# It is called from the boot, halt and reboot scripts. |
/base/etc/passwd |
@@ -1,4 +1,4 @@ |
root:x:0:0:root:/root:/su/bin/sush |
root:x:0:0:root:/root:/system/bin/sh |
daemon:x:1:1:daemon:/usr/sbin:/bin/false |
bin:x:2:2:bin:/bin:/bin/false |
sys:x:3:3:sys:/dev:/bin/false |
/base/etc/shells |
@@ -1,3 +1,4 @@ |
# /etc/shells: valid login shells |
/bin/sh |
/su/bin/sush |
/system/bin/sh |