[oe-commits] acid-burn : small cleanup and bump revision

GIT User account git at amethyst.openembedded.net
Fri Feb 13 14:24:31 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 4702c80b54d2117304be04480f8f0815dc939a79
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4702c80b54d2117304be04480f8f0815dc939a79

Author: acid-burn <acidburn at opendreambox.org>
Date:   Fri Dec 19 14:42:19 2008 +0100

small cleanup and bump revision

---

 packages/autofs/autofs-4.1.4/auto.network |    2 --
 packages/autofs/autofs-4.1.4/autofs       |    3 ---
 packages/autofs/autofs_4.1.4.bb           |    2 +-
 3 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/packages/autofs/autofs-4.1.4/auto.network b/packages/autofs/autofs-4.1.4/auto.network
index 6a75352..c1835d9 100755
--- a/packages/autofs/autofs-4.1.4/auto.network
+++ b/packages/autofs/autofs-4.1.4/auto.network
@@ -1,4 +1,2 @@
 # automatically generated by enigma 2
 # do NOT change manually!
-#Test2	-fstype=nfs,rw,soft,tcp,nolock,rsize=8192,wsize=8192	255.254.253.252:/media/hdd/movie
-#Video1	-fstype=cifs,rw,soft,rsize=8192,wsize=8192,user=Username,pass=Password	://192.168.0.10/VIDEO1
diff --git a/packages/autofs/autofs-4.1.4/autofs b/packages/autofs/autofs-4.1.4/autofs
index 6e8641a..9a120de 100755
--- a/packages/autofs/autofs-4.1.4/autofs
+++ b/packages/autofs/autofs-4.1.4/autofs
@@ -522,8 +522,6 @@ stop)
 	for file in `ls /var/run/autofs/*.pid 2>/dev/null`
 	do
 		if [ -e "$file" ]
-		echo $file
-		echo $dname
 		then
 			any=1
 			pid=`head -n 1 $file`
@@ -534,7 +532,6 @@ stop)
 			start-stop-daemon --stop --quiet --pidfile $file --name $dname
 
 			ret=$?
-			echo $ret
 			case $ret in
 			0)
 #				echo -n " $mnt"
diff --git a/packages/autofs/autofs_4.1.4.bb b/packages/autofs/autofs_4.1.4.bb
index 935eb6b..4c39780 100755
--- a/packages/autofs/autofs_4.1.4.bb
+++ b/packages/autofs/autofs_4.1.4.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Kernel based automounter for linux."
 SECTION = "base"
 LICENSE = "GPL"
 
-PR="r3"
+PR="r4"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-${PV}.tar.bz2 \
            ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.4-misc-fixes.patch;patch=1 \





More information about the Openembedded-commits mailing list