ports/misc/portroach/patches/patch-portroach_pod

13 lines
344 B
Text
Raw Normal View History

2023-09-14 00:49:35 +00:00
Index: portroach.pod
--- portroach.pod.orig
+++ portroach.pod
@@ -61,7 +61,7 @@ The recommended database backend is PostgreSQL.
Create database:
# createuser -U postgres -P portroach
- # createdb -U postgres portroach
+ # createdb -U postgres -O portroach portroach
Execute the included F<pgsql_init.sql> script via C<psql>: