Author: arekm   Date: Sat Nov  6 19:10:50 2010 GMT
Module: PLDWWW   URL: 
http://www.pld-linux.org/Docs/Vserver?action=diff&rev2=158&rev1=157
---- Log message:
disappears automaticly on some systems (like when not configured)

---- Page affected: Docs/Vserver

---- Diffs:

================================================================
The comment on the change is:
disappears automaticly on some systems (like when not configured)

  VSERVER_SCRIPT="$1"
  VSERVER_NAME="$2"
  
- ip link del "veth-${VSERVER_NAME}"
+ ip link del "veth-${VSERVER_NAME}" 2> /dev/null
  exit 0
  }}}
  
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to