Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Applications/Terminal/TerminalView.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <termio.h>
#include <termios.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion Libraries/gnustep/nextspace-gnustep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ if [ $1 -eq 1 ]; then
systemctl enable /usr/NextSpace/lib/systemd/gdnc.service;
systemctl enable /usr/NextSpace/lib/systemd/gdnc-local.service;
systemctl enable /usr/NextSpace/lib/systemd/gpbs.service;
systemctl start gdomap gdnc gpbs;
systemctl start gdomap gdnc gpbs || /bin/true;
elif [ $1 -eq 2 ]; then
# post-upgrade
systemctl daemon-reload;
Expand Down