]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Don't mount devpts again.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Nov 2011 18:05:03 +0000 (18:05 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Nov 2011 18:05:03 +0000 (18:05 +0000)
svn-id: @12421

rc.d/init.d/netfs

index 0b2ef3b8777b58b14d42a9282e31e0455f8aa9ae..0552d33826653c9f29347331995dc235ee2dbe19 100755 (executable)
@@ -96,7 +96,7 @@ start() {
                fi
        }
 
-       run_cmd "Mounting other filesystems" mount -a -t nonfs,nfs4,cifs,ncpfs,gfs
+       run_cmd "Mounting other filesystems" mount -a -t nonfs,nfs4,cifs,ncpfs,gfs,devpts
 
        touch /var/lock/subsys/netfs
 }
This page took 0.300711 seconds and 4 git commands to generate.