Project

General

Profile

« Previous | Next » 

Revision 19c8133e

Added by Jochen Schalanda almost 14 years ago

  • ID 19c8133e119b1bc2b18016b33189ae5074456bdd

fixes #355 - Improved Debian package: * Added meta-packages foreman-mysql, foreman-pgsql and foreman-sqlite3 for pulling in the respective dependencies * Added support for dbcommon-config * Simplified rules file * Improved copyright file * Removed duplicate JavaScript files

View differences:

extras/debian/preinst
#!/bin/bash
#!/bin/sh
set -e
#set -x
# Add the "foreman" user and group
getent group foreman >/dev/null || groupadd -r foreman

Also available in: Unified diff