OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: Cresho on September 13, 2006, 10:09:22 pm

Title: Creating Ipk With Root
Post by: Cresho on September 13, 2006, 10:09:22 pm
I searched but i can't find the command to use to enable root for the installing aplication.  is there a way to force run as root?
Title: Creating Ipk With Root
Post by: pelrun on September 14, 2006, 12:37:46 am
Is this what you're after? The app has to be owned by root, of course.

Code: [Select]
chmod +s
Title: Creating Ipk With Root
Post by: dhns on September 14, 2006, 03:58:46 am
Quote
Is this what you're after? The app has to be owned by root, of course.
Code: [Select]
chmod +s [div align=\"right\"][a href=\"index.php?act=findpost&pid=141376\"][{POST_SNAPBACK}][/a][/div]
And, you may have to put this command into the postinst script of the ipk.
-- hns