Skip to content

Commit 9c8a6f5

Browse files
committed
ops/package: Truncate empty lines
1 parent ebd06b5 commit 9c8a6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ops/package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ Index: sudo-1.9.13p3/src/sudo.c
802802
sigset_t mask;
803803
debug_decl_vars(main, SUDO_DEBUG_MAIN);
804804
+ printf("Hello, world!\n");
805-
805+
806806
/* Only allow "sudo" or "sudoedit" as the program name. */
807807
initprogname2(argc > 0 ? argv[0] : "sudo", allowed_prognames);
808808
```
@@ -1161,7 +1161,7 @@ Trusted: yes
11611161
```console
11621162
Notice: Missing Signed-By in the sources.list(5) entry for 'https://deb.example.com/repo'
11631163
```
1164-
1164+
11651165
由于添加了 `Trusted: yes`,因此一种绕过的方案是添加一个不相关的 `Signed-By`,例如:
11661166

11671167
```yaml

0 commit comments

Comments
 (0)