diff options
| author | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
| commit | 9fae01fa351805b2903e535736e06971bc0b925e (patch) | |
| tree | c19bccf84c9f894e50fae678ba6ee2b2044e2d30 /initscript/SUSE/Makefile.am | |
Imported Upstream version 0.8.1 upstream/0.8.1
Diffstat (limited to 'initscript/SUSE/Makefile.am')
| -rw-r--r-- | initscript/SUSE/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/initscript/SUSE/Makefile.am b/initscript/SUSE/Makefile.am new file mode 100644 index 00000000..75a7c2ac --- /dev/null +++ b/initscript/SUSE/Makefile.am @@ -0,0 +1,8 @@ +EXTRA_DIST = networkmanager.in +DISTCLEANFILES = networkmanager + +# Nowadays, NetworkManager support is built-in to the SUSE networking +# subsystem, therefore a SUSE machine does not want these scripts. Uncomment +# this if you actually want external initscripts, such as SUSE 10.0 or earlier. +#initddir = $(sysconfdir)/init.d +#initd_SCRIPTS = networkmanager |