android-raptor

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/base/CONTROL/postinst
@@ -1,4 +1,4 @@
#!/bin/sh
#!/system/bin/sh
 
# remove links superseded by base package
rm -rf /system/bin/wget 2>/dev/null
/base/CONTROL/postrm
@@ -1,3 +1,3 @@
#!/bin/sh
#!/system/bin/sh
 
sed -i -e '/\/system\/bin:\/system\/usr\/bin:\/system\/usr\/sbin/d' /etc/mkshrc
File deleted
/base/etc/hostname
/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:/bin/sh
root:x:0:0:root:/root:/su/bin/sush
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
@@ -6,5 +6,5 @@
mail:x:8:8:mail:/var/spool/mail:/bin/false
www-data:x:33:33:www-data:/var/www:/bin/false
operator:x:37:37:Operator:/var:/bin/false
shell:x:2000:2000:shell:/data:/bin/sh
shell:x:2000:2000:shell:/data:/su/bin/sush
nobody:x:65534:65534:nobody:/home:/bin/false
/base/etc/profile
@@ -1,4 +1,4 @@
export PATH=/su/bin:/sbin:/vendor/bin:/system/sbin:/bin:/su/xbin:/usr/bin:/usr/sbin
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 
if [ "$PS1" ]; then
if [ "`id -u`" -eq 0 ]; then
/base/etc/shells
@@ -1,4 +1,3 @@
# /etc/shells: valid login shells
/bin/sh
/su/bin/sush
/system/bin/sh