Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49864
Collapse All | Expand All

(-)/home/matthi/devel/postgresql-7.4.2-r1.ebuild~ (-1 / +1 lines)
Lines 254-260 Link Here
254
			eerror "Temporary setting this value to ${SEMMNI_MIN} while creating the initial database."
254
			eerror "Temporary setting this value to ${SEMMNI_MIN} while creating the initial database."
255
			echo ${SEM} ${SEMMNI_MIN} > /proc/sys/kernel/sem
255
			echo ${SEM} ${SEMMNI_MIN} > /proc/sys/kernel/sem
256
		fi
256
		fi
257
		sudo -u postgres /usr/bin/initdb --pgdata ${PG_DIR}/data
257
		sudo -u postgres /usr/bin/initdb --pgdata ${PG_DIR}/data ${PG_INITDB_OPTS}
258
258
259
		if [ ! `sysctl -n kernel.sem | cut -f4` -eq ${SEMMNI} ] ; then
259
		if [ ! `sysctl -n kernel.sem | cut -f4` -eq ${SEMMNI} ] ; then
260
			echo ${SEM} ${SEMMNI} > /proc/sys/kernel/sem
260
			echo ${SEM} ${SEMMNI} > /proc/sys/kernel/sem

Return to bug 49864