diff options
Diffstat (limited to 'security/tinysu/files/patch-hier.c')
-rw-r--r-- | security/tinysu/files/patch-hier.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tinysu/files/patch-hier.c b/security/tinysu/files/patch-hier.c new file mode 100644 index 000000000000..105401494cec --- /dev/null +++ b/security/tinysu/files/patch-hier.c @@ -0,0 +1,11 @@ +--- hier.c.orig Sun Feb 29 03:21:15 2004 ++++ hier.c Tue May 24 23:42:06 2005 +@@ -4,8 +4,5 @@ + + void hier() + { +- h(auto_home,-1,-1,02755); +- d(auto_home,"bin",-1,-1,02755); +- + c(auto_home,"bin","tinysu",auto_uid,auto_gid,04750); + } |