[Pkg-bazaar-commits] ./bzr/unstable r793: - stub shell plugin to check permissions

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:13:43 UTC 2009


------------------------------------------------------------
revno: 793
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-06-27 15:14:15 +1000
message:
  - stub shell plugin to check permissions
added:
  plugins/checkperms
-------------- next part --------------
=== added file 'plugins/checkperms'
--- a/plugins/checkperms	1970-01-01 00:00:00 +0000
+++ b/plugins/checkperms	2005-06-27 05:14:15 +0000
@@ -0,0 +1,5 @@
+#! /bin/sh -ex
+
+root=`bzr root`
+
+find $root \! -perm -0444 
\ No newline at end of file



More information about the Pkg-bazaar-commits mailing list