summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-06-19 13:23:46 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-06-19 13:23:46 +0000
commit851ee418b499df481b765286405cd761e91dcaaf (patch)
treec44bf5a4bc6f4f5adf38e39ea29d6abe778f40c4 /source3/lib/system.c
parentddc4fc68b97f376b97c3a59febf241ace3fb8fc7 (diff)
downloadsamba-851ee418b499df481b765286405cd761e91dcaaf.tar.gz
samba-851ee418b499df481b765286405cd761e91dcaaf.tar.bz2
samba-851ee418b499df481b765286405cd761e91dcaaf.zip
Basic doc changes to keep up to date.
Dan (This used to be commit 6d81d56f929e763bcf6b1f7a61aabaf884c4aad4)
Diffstat (limited to 'source3/lib/system.c')
-rw-r--r--source3/lib/system.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c
index ac64b37a6f..7dc585223a 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -25,13 +25,17 @@ extern int DEBUGLEVEL;
/*
The idea is that this file will eventually have wrappers around all
- important system calls in samba. The aim is twofold:
+ important system calls in samba. The aims are:
- to enable easier porting by putting OS dependent stuff in here
- to allow for hooks into other "pseudo-filesystems"
- to allow easier integration of things like the japanese extensions
+
+ - to support the philosophy of Samba to expose the features of
+ the OS within the SMB model. In general whatever file/printer/variable
+ expansions/etc make sense to the OS should be acceptable to Samba.
*/