ppcrcd/trunk/conf.dir/usr/bin/sudo

sparky cvs at pld-linux.org
Mon Feb 27 12:16:58 CET 2006


Author: sparky
Date: Mon Feb 27 12:16:57 2006
New Revision: 7031

Added:
   ppcrcd/trunk/conf.dir/usr/bin/sudo   (contents, props changed)
Log:
- _very_ simple sudo wrapper (I have some mania to always use sudo, even as root)


Added: ppcrcd/trunk/conf.dir/usr/bin/sudo
==============================================================================
--- (empty file)
+++ ppcrcd/trunk/conf.dir/usr/bin/sudo	Mon Feb 27 12:16:57 2006
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec ${1+"$@"}


More information about the pld-cvs-commit mailing list