Skip to content

Commit

Permalink
fix remove deprecated $FreeBSD$ lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rob4226 committed May 26, 2021
1 parent ddaac6b commit b4a4f28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $FreeBSD$

PORTNAME= code-server
DISTVERSION= 3.10.2
CATEGORIES= editors
Expand Down
3 changes: 1 addition & 2 deletions files/code-server.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

# $FreeBSD$
#
# PROVIDE: code_server
# REQUIRE: LOGIN NETWORKING DAEMON
# KEYWORD: shutdown
Expand Down Expand Up @@ -38,6 +36,7 @@
. /etc/rc.subr

name=code_server
desc="VS Code code-server"
rcvar=code_server_enable

load_rc_config $name
Expand Down

0 comments on commit b4a4f28

Please sign in to comment.