#!/bin/sh # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # func to make the distro system gnxsysvinit() { gnxunwrap $SYSVINIT gnxfilelist start $SYSVINIT gnxmake -C src gnxmake -C src install gnxfilelist finish $SYSVINIT } #eof