pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/vsftpd/files s/\/var/@VARBASE@/



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbd25891a003
branches:  trunk
changeset: 483370:fbd25891a003
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Nov 11 13:51:31 2004 +0000

description:
s/\/var/@VARBASE@/

diffstat:

 net/vsftpd/files/vsftpd.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 419114e99443 -r fbd25891a003 net/vsftpd/files/vsftpd.sh
--- a/net/vsftpd/files/vsftpd.sh        Thu Nov 11 13:48:43 2004 +0000
+++ b/net/vsftpd/files/vsftpd.sh        Thu Nov 11 13:51:31 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: vsftpd.sh,v 1.1 2003/05/09 23:31:39 salo Exp $
+# $NetBSD: vsftpd.sh,v 1.2 2004/11/11 13:51:31 xtraeme Exp $
 #
 
 # PROVIDE: vsftpd
@@ -12,7 +12,7 @@
 rcvar=$name
 command="@PREFIX@/libexec/${name}"
 command_args="&"
-required_dirs="/var/chroot/vsftpd"
+required_dirs="@VARBASE@/chroot/vsftpd"
 required_files="@PKG_SYSCONFDIR@/vsftpd.conf"
 
 load_rc_config $name



Home | Main Index | Thread Index | Old Index