search for: orig_nam

Displaying 3 results from an estimated 3 matches for "orig_nam".

Did you mean: orig_num
1998 Feb 12
0
Integrating Samba and Netatalk.. :-)
...on the mac. Since if a PC user moves a file it won't move the resource fork. Now the mac can still access this file it just don't know who created it... But I don't see any variables that hold the current file name... I was thinking along the lines of... mv_preexec = "applemv $orig_name $new_name" I can't think of the exact syntax for the script right now, example... This is what would be passed to the script... $orig_name = "/home/users/user/testfile" $new_name = "/home/users/user/renamed" mv /home/users/user/.appledouble/testfile /home/users/us...
2011 Jun 02
5
Samba vs Linux file permissions
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I cannot find anything in the documentation or mailing list that addresses this oddity. I've installed Samba Version 3.4.7 on Ubuntu Server 10.04, and I'm utterly confused by samba's behavior regarding permissions. Users on the server have home directories in /home/chemgroup/username. (chemgroup is actually a symlink to another
2015 May 24
19
[RFC PATCH 00/11] Implement ARB_cull_distance
This patch series adds the needed support for this extension to the various parts of mesa to finally enable it for nvc0. Dave Airlie (1): glsl: lower cull_distance into cull_distance_mesa Tobias Klausmann (10): glapi: add GL_ARB_cull_distance mesa/main: add support for GL_ARB_cull_distance mesa/prog: Add varyings for arb_cull_distance mesa/st: add support for GL_ARB_cull_distance