summaryrefslogtreecommitdiffstats
path: root/drakwizard.spec
diff options
context:
space:
mode:
Diffstat (limited to 'drakwizard.spec')
-rw-r--r--drakwizard.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/drakwizard.spec b/drakwizard.spec
index 8abd2c92..c9d020bf 100644
--- a/drakwizard.spec
+++ b/drakwizard.spec
@@ -67,6 +67,10 @@ EOF
cat << EOF > $RPM_BUILD_ROOT%{_menudir}/%{name}-nfs
?package(%{name}): command="%{_sbindir}/%{name} nfs" icon="%{name}.png" needs="x11" title="NFS wizard" longtitle="NFS wizard" section="Configuration/Wizard/"
EOF
+cat << EOF > $RPM_BUILD_ROOT%{_menudir}/%{name}-ssh
+?package(%{name}): command="%{_sbindir}/%{name} sshd" icon="%{name}.png" needs="x11" title="SSH wizard" longtitle="SSH wizard" section="Configuration/Wizard/"
+EOF
+
(mkdir -p %{buildroot}/%{_menudir}
cat > %{buildroot}/%{_menudir}/%{name} <<EOF