]> git.sesse.net Git - betaftpd/blobdiff - ftpd.h
Added credit for the working FreeBSD port, changed credit for the previous FreeBSD...
[betaftpd] / ftpd.h
diff --git a/ftpd.h b/ftpd.h
index 66df39afe44046018e9c2132f8d717998109e0bb..e85ced495f36a993ef62de7903cacae9159d16b1 100644 (file)
--- a/ftpd.h
+++ b/ftpd.h
@@ -19,9 +19,7 @@
 #define _FTPD_H 1
 
 /*
- * This is the port you want BetaFTPD to listen on. The standard
- * FTP port is 21 -- if you really want to use BetaFTPD as your
- * primary FTP server, change FTP_PORT.
+ * This is the port you want BetaFTPD to listen on.
  */
 #if WANT_NONROOT
 #define FTP_PORT 12121
@@ -117,6 +115,8 @@ struct conn {
        char username[17];
 
        uid_t uid;
+       gid_t gid;
+
        char root_dir[256];
        char curr_dir[256];