Web Hosting Talk







View Full Version : changing Package Name in WHM/CPANEL


rghigliazza
08-06-2001, 10:38 PM
Does anybody knows how to change the Package Names in CPANEL?

sitekeeper
08-07-2001, 01:17 AM
I believe you can SSH into /var/cpanel/packages and rename the package. I tried it and it worked ok!

root@yourcomputername [/var/cpanel/packages]# ls
./ Mail\ 1 Package-1 Package-3 Package-5 Reseller\ +Plus+
../ Mail\ 2 Package-2 Package-4 Package-6 Reseller\ 1


root@yourcomputername [/var/cpanel/packages]# mv Package-1 Resell-1
root@yourcomputername [/var/cpanel/packages]# ls
./ Mail\ 1 Package-2 Package-4 Package-6 Reseller\ +Plus+
../ Mail\ 2 Package-3 Package-5 Resell-1 Reseller\ 1

It would be best to go through and use WHM's Upgrade / Downgrade an Account and change the accounts effected, but I don't think it's a problem if you don't. Easier to keep track of though!

BOB :)