building util-vserver with busybox

walter harms wharms at bfs.de
Tue Nov 25 02:51:16 PST 2008


i took a look into touch and it is not SUSv3.
you can make a workaround using a reference file (-r). (untested)
very clumsy touch should be updated to support SUSv3.

the chmod --reference can be emulated using stat to get the permission
chmod $( stat -c"%a" xx ) xx

re,
 wh

Natanael Copa schrieb:
> Hi,
> 
> util-vserver seems ti use every gnu extension there is.
> 
> To be able to build util-vserver with busybox tools, touch needs -t
> option and chmod needs --reference option.
> 
> Ideas for workarounds? is there other utils that can set time on a file?
> 
> -nc
> 
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://busybox.net/cgi-bin/mailman/listinfo/busybox
> 
> 
> 


More information about the busybox mailing list