diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:01:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:01:38 +0000 |
commit | b2fa6925a0f1985e57b91738b1227990eef0d220 (patch) | |
tree | 970e1f63cc38ac51edbcae46b003dfcd3ecb0f2e /mail/cucipop/files/patch-ah | |
parent | Upgrade to v1.5.8p2 (diff) |
turn on virtual hosts support
Notes
Notes:
svn path=/head/; revision=17422
Diffstat (limited to 'mail/cucipop/files/patch-ah')
-rw-r--r-- | mail/cucipop/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/cucipop/files/patch-ah b/mail/cucipop/files/patch-ah new file mode 100644 index 000000000000..5def6536d00b --- /dev/null +++ b/mail/cucipop/files/patch-ah @@ -0,0 +1,11 @@ +--- makevpopdb.c.bak Tue May 12 04:50:53 1998 ++++ makevpopdb.c Mon Mar 29 04:30:00 1999 +@@ -49,7 +49,7 @@ + } + dbname=argv[1]; + memset(&dbenv,0,sizeof dbenv); +- if(!db_appinit(0,0,&dbenv,0)) ++ if(db_appinit(0,0,&dbenv,0)) + fprintf(stderr,"makedb2: Can't init db subsystem\n"),retval=EX_CANTCREAT; + else + { if(db_open(dbname,DB_HASH,DB_CREATE|DB_TRUNCATE,0666,&dbenv,(void*)0,&db)) |