summaryrefslogtreecommitdiff
path: root/sysutils/psgconf/files/patch-postinstall
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/psgconf/files/patch-postinstall')
-rw-r--r--sysutils/psgconf/files/patch-postinstall18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/psgconf/files/patch-postinstall b/sysutils/psgconf/files/patch-postinstall
deleted file mode 100644
index 0183f338c88a..000000000000
--- a/sysutils/psgconf/files/patch-postinstall
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./postinstall.orig Wed Oct 25 08:25:58 2006
-+++ ./postinstall Wed Feb 7 13:11:34 2007
-@@ -13,6 +13,7 @@
-
- DATE=`date +%Y-%m-%d`
- PKG_NAME=psgconf
-+HOSTNAME=`uname -n`
-
- # ROOT_PATH is the relocatable start of the psgconf tree.
- # Ala the root_path that is used in pkgadd(8) on Solaris.
-@@ -128,7 +129,6 @@
- echo "Generating a default ${ROOT_PATH}${ETC_DIR}/psg.conf file";
-
- # FIXME: Need to figure out the default network interface...
-- HOSTNAME=`uname -n`
- sed -e "s/^#hostname.*$/hostname \"$HOSTNAME\";/" \
- < ${SRC_CONF} \
- > ${ROOT_PATH}${ETC_DIR}/psg.conf