1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source/scripting/ejs
Andrew Tridgell 778bcd3738 r8452: allow for the ugly hack:
#!/bin/sh
exec smbscript "$0" ${1+"$@"}

which is needed because bloody solaris puts 'env' in /bin instead of /usr/bin

also neaten up the #! handling code.
2007-10-10 13:23:05 -05:00
..
config.mk r8337: - use 64 bit access functions in ejs calls 2007-10-10 13:20:07 -05:00
ejsrpc.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
ejsrpc.h r8281: pass the callnum and rpc interface table directly from the generated 2007-10-10 13:19:31 -05:00
mprutil.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_auth.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_cli.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_config.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_ldb.c r8406: make sure we give an error in ldbAdd() if any record fails 2007-10-10 13:22:58 -05:00
smbcalls_nbt.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_nss.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_options.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_rand.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_rpc.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_string.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls_sys.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls.c r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbcalls.h r8399: move the ejs and esp code closer to the directory layout used by the 2007-10-10 13:22:39 -05:00
smbscript.c r8452: allow for the ugly hack: 2007-10-10 13:23:05 -05:00