Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37845561
en ru br
ALT Linux repos
S:1.3.8-alt0.2.ga3489a6c8
5.0: 1.3.2rel-alt0.M50.1
4.1: 1.3.2rel-alt0.M41.1
4.0: 1.3.0rel-alt2
3.0: 1.3.0rc1-alt2

Group :: System/Servers
RPM: proftpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: proftpd-deb-core_create-home.patch
Download


#! /bin/sh /usr/share/dpatch/dpatch-run
## core_create-home.dpatch by Francesco Paolo Lovergine <frankie@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad proftpd-1.2.10+1.3.0rc5~/src/mkhome.c proftpd-1.2.10+1.3.0rc5/src/mkhome.c
--- proftpd-1.2.10+1.3.0rc5~/src/mkhome.c	2005-06-20 07:41:31.000000000 +0200
+++ proftpd-1.2.10+1.3.0rc5/src/mkhome.c	2006-03-22 23:00:41.000000000 +0100
@@ -89,6 +89,8 @@
 
   pr_event_generate("core.create-home", user);
 
+  pr_event_generate("core.create-home", user);
+
   pr_log_debug(DEBUG3, "creating home directory '%s' for user '%s'", path,
     user);
   tmppath = pstrdup(p, path);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin