svn commit: r331560 - in user/des/fbce: . db

Dag-Erling Smørgrav des at FreeBSD.org
Mon Mar 26 18:34:04 UTC 2018


Author: des
Date: Mon Mar 26 18:34:03 2018
New Revision: 331560
URL: https://svnweb.freebsd.org/changeset/base/331560

Log:
  The name of the postgresql superuser has changed.

Modified:
  user/des/fbce/db/notes
  user/des/fbce/fbce.conf

Modified: user/des/fbce/db/notes
==============================================================================
--- user/des/fbce/db/notes	Mon Mar 26 18:24:16 2018	(r331559)
+++ user/des/fbce/db/notes	Mon Mar 26 18:34:03 2018	(r331560)
@@ -12,7 +12,7 @@ sudo service postgresql initdb
 sudo service postgresql start
 
 # Create a superuser for myself
-sudo -u pgsql createuser -s des
+sudo -u postgres createuser -s des
 
 # Create a regular user and database for FBCE
 createuser -S -D -R fbce

Modified: user/des/fbce/fbce.conf
==============================================================================
--- user/des/fbce/fbce.conf	Mon Mar 26 18:24:16 2018	(r331559)
+++ user/des/fbce/fbce.conf	Mon Mar 26 18:34:03 2018	(r331560)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
-title = 2016 FreeBSD Core Team Election
-descr = 2016 FreeBSD core team election
+title = 2018 FreeBSD Core Team Election
+descr = 2018 FreeBSD core team election
 
 <Model::FBCE>
   <connect_info>
@@ -12,12 +12,12 @@ descr = 2016 FreeBSD core team election
 </Model::FBCE>
 
 <Model::Schedule>
-  nominating_starts = 2016-05-18 18:00:00 UTC
-  nominating_ends = 2016-05-25 18:00:00 UTC
-  voting_starts = 2016-05-25 18:00:00 UTC
-  voting_ends = 2016-06-22 18:00:00 UTC
-  announcement = 2016-06-29 18:00:00 UTC
-  investiture = 2016-07-06 18:00:00 UTC
+  nominating_starts = 2018-05-16 18:00:00 UTC
+  nominating_ends = 2018-05-23 18:00:00 UTC
+  voting_starts = 2018-05-23 18:00:00 UTC
+  voting_ends = 2018-06-20 18:00:00 UTC
+  announcement = 2018-06-27 18:00:00 UTC
+  investiture = 2018-07-04 18:00:00 UTC
 </Model::Schedule>
 
 <Model::Rules>


More information about the svn-src-user mailing list