Merge branch 'master' into dbus
[sxemacs] / lisp / lisp-initd.el
1 ;; lisp-initd.el - rc.d inspired configuration management for
2 ;;                 SXEmacs-lisp
3 ;;
4 ;; Copyright (C) 2007-2012, Nelson Ferreira
5 ;; Maintainer: Nelson Ferreira
6 ;;
7 ;; This file is part of SXEmacs
8 ;;
9 ;; All rights reserved.
10 ;;
11 ;; Redistribution and use in source and binary forms, with or without
12 ;; modification, are permitted provided that the following conditions
13 ;; are met:
14 ;;
15 ;; Redistributions of source code must retain the above copyright
16 ;; notice, this list of conditions and the following disclaimer.
17 ;;
18 ;; Redistributions in binary form must reproduce the above copyright
19 ;; notice, this list of conditions and the following disclaimer in the
20 ;; documentation and/or other materials provided with the
21 ;; distribution.
22 ;;
23 ;; Neither the name of the <ORGANIZATION> nor the names of its
24 ;; contributors may be used to endorse or promote products derived
25 ;; from this software without specific prior written permission.
26 ;;
27 ;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28 ;; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29 ;; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
30 ;; FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE