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