#!/bin/sh
#
# getAdminBinPaths - returns "known" administration bin directories 
#
# Known are defined as the ones generated by the scripts, if there are others
# that need to be known, then they should be added to the scripts.


# Note these should probably overriden, and this is just a sensible default

echo "/sbin /usr/sbin /etc"


