From 43c5246b1a36c63330cb4c378e7a00a3e487370c Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 16 May 2013 16:04:57 +0000 Subject: [PATCH] more postage removal git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16334 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/getpostscript.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/getpostscript.pm b/xCAT-server/lib/xcat/plugins/getpostscript.pm index 959172478..5c152e967 100644 --- a/xCAT-server/lib/xcat/plugins/getpostscript.pm +++ b/xCAT-server/lib/xcat/plugins/getpostscript.pm @@ -27,7 +27,6 @@ sub handled_commands { return { 'getpostscript' => "getpostscript", - 'postage' => "getpostscript" }; }