summaryrefslogtreecommitdiff
path: root/security/chrootuid/files/patch-chrootuid.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:30:10 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:30:10 +0000
commit1c30911ff0463c1215e15dd9f7acb886ca35a93d (patch)
tree17783a29eefdfe8b1d45e4895ff0daaf7f6e92c3 /security/chrootuid/files/patch-chrootuid.c
parent- Update to 2.4.3 (diff)
Rename security/ patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363328
Diffstat (limited to 'security/chrootuid/files/patch-chrootuid.c')
-rw-r--r--security/chrootuid/files/patch-chrootuid.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/chrootuid/files/patch-chrootuid.c b/security/chrootuid/files/patch-chrootuid.c
new file mode 100644
index 000000000000..cd8409e00a2a
--- /dev/null
+++ b/security/chrootuid/files/patch-chrootuid.c
@@ -0,0 +1,13 @@
+--- chrootuid.c.orig Wed Jul 25 09:47:44 2001
++++ chrootuid.c Sun Jun 23 15:06:10 2002
+@@ -81,6 +81,10 @@
+ syslog(LOG_ERR, "usage: %s path user command", argv[0]);
+ return (0);
+ }
++
++ syslog(LOG_NOTICE, "chrootuid: dir(%s) user(%s) command(%s)",
++ argv[1], argv[2], argv[3]);
++
+ /* Must step into the new subtree. */
+
+ if (chdir(argv[1])) {