summaryrefslogtreecommitdiff
path: root/package/samba/files/samba.init
AgeCommit message (Collapse)Author
2022-11-28package: samba: Avoid creating sockets in /etc/Phil Sutter
Otherwise cfgfs will complain. Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-04-14fix issues in samba packageWaldemar Brodkorb
2014-05-26remove check_mountWaldemar Brodkorb
2014-05-07wait for mount points for 9 seconds, when registered in /etc/fstabWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2011-03-01fix startup scripts, when variable is not set in /etc/rc.confWaldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2009-12-01use pkill for startup scriptsWaldemar Brodkorb
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-17Initial importwbx