Root Packages Showing Up In Resellers

spiralfive

Member
Jan 23, 2006
10
0
151
All of my packages (root) are showing up in my resellers accounts. Why is this? I have this set to yes (checked) on every reseller account:

Disallow creation of accounts with packages that are not global or not owned by this user
 

spiralfive

Member
Jan 23, 2006
10
0
151
I have to create new packages for everyone just for this? :(

Surely there's a way to rename the packages?
 

richy

Well-Known Member
Jun 30, 2003
274
1
168
Via SSH:

cd /var/cpanel/packages
mv oldpackagename new_packagename
cd /var/cpanel/users
replace oldpackagename new_packagename -- *
/sbin/service cpanel restart

should do it.